Skip to content

Commit

Permalink
Cleaner task output
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed Jan 1, 2021
1 parent 708193a commit 7709ec1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cmd/shell.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ var shellCmd = &cobra.Command{
checkErr(err)
shellTask := taskOutput.Tasks[0]
checkErr(err)
Spinner.Suffix = fmt.Sprintf(" starting task %s", *shellTask.TaskArn)
Spinner.Stop()
fmt.Printf("starting %s\n", *shellTask.TaskArn)
startSpinner()
err = a.WaitForTaskRunning(shellTask)
checkErr(err)
Spinner.Stop()
Expand Down

0 comments on commit 7709ec1

Please sign in to comment.