Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
hirenko-v committed Sep 27, 2024
1 parent f5c1433 commit 5db7951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/job/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ func (e *MsgExecutor) Execute(ctx context.Context, in executor.ExecuteInput) (ex
createCmd := fmt.Sprintf("kubectl apply -f %s", filePath)
plugin.ExecuteCommand(ctx, createCmd, plugin.ExecuteCommandEnvs(envs))
return executor.ExecuteOutput{
Message: api.NewCodeBlockMessage(fmt.Sprintf("saved, %s",args), true),
Message: api.NewCodeBlockMessage(fmt.Sprintf("Job, %s started",jobName), true),
}, nil
}

Expand Down

0 comments on commit 5db7951

Please sign in to comment.