Skip to content

Commit

Permalink
Remove extra error checker
Browse files Browse the repository at this point in the history
  • Loading branch information
ipmb committed May 11, 2021
1 parent 22a1068 commit 9ca7405
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cmd/shell.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ func StartInteractiveShell(a *app.App, taskFamily *string, shellCmd *string, tas
false,
)
checkErr(err)
checkErr(err)
Spinner.Stop()
fmt.Println(aurora.Faint(fmt.Sprintf("starting %s", *task.TaskArn)))
startSpinner()
Expand Down

0 comments on commit 9ca7405

Please sign in to comment.