CLI: Remove duplicated error output (#6738)

This commit is contained in:
Buck Doyle 2019-11-19 16:05:53 -06:00 committed by GitHub
parent 56d9005b07
commit 7e3188a4ea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 2 deletions

View File

@ -194,7 +194,6 @@ func (l *AllocExecCommand) Run(args []string) int {
if err != nil {
l.Ui.Error(err.Error())
l.Ui.Error("\nPlease specify the task.")
return 1
}
}

View File

@ -190,7 +190,6 @@ func (l *AllocLogsCommand) Run(args []string) int {
if err != nil {
l.Ui.Error(err.Error())
l.Ui.Error("\nPlease specify the task.")
return 1
}
}