Skip to content

Commit

Permalink
launch flag (#111)
Browse files Browse the repository at this point in the history
Co-authored-by: jiamzhu <jiamzhu@paypal.com>
  • Loading branch information
JiaminZhu and jiamzhu authored Sep 22, 2021
1 parent 77bc4c8 commit e878f48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/pod/pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -323,8 +323,8 @@ func LaunchPod(files []string) (types.PodStatus, error) {

go dockerLogToPodLogFile(files, true)

err = cmd.Run()
LaunchCmdAttempted = true
err = cmd.Run()
log.Println("Updated the state of LaunchCmdAttempted to true.")
if err != nil {
log.Printf("POD_LAUNCH_FAIL -- Error running launch task command : %v", err)
Expand Down

0 comments on commit e878f48

Please sign in to comment.