From 9ca74050d4c48205c43ed6c34e94011473fc3f7d Mon Sep 17 00:00:00 2001 From: Peter Baumgartner Date: Tue, 11 May 2021 14:23:06 -0600 Subject: [PATCH] Remove extra error checker --- cmd/shell.go | 1 - 1 file changed, 1 deletion(-) diff --git a/cmd/shell.go b/cmd/shell.go index ecba5bd..800ab58 100644 --- a/cmd/shell.go +++ b/cmd/shell.go @@ -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()