Skip to content

Commit

Permalink
same for command/deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
Yorick Gersie committed Dec 12, 2017
1 parent aaace10 commit c4187d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions command/deploy.go
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ func (c *DeployCommand) Run(args []string) int {
} else if len(args) == 0 {
if templateFile = helper.GetDefaultTmplFile(); templateFile == "" {
c.UI.Error(c.Help())
c.UI.Error("\nERROR: Template arg missing and no default template found")
return 1
}
} else {
Expand Down

0 comments on commit c4187d2

Please sign in to comment.