Skip to content

Commit

Permalink
Merge pull request #833 from philk/minor_refresh_fix
Browse files Browse the repository at this point in the history
Fix typo in refresh command error output
  • Loading branch information
armon committed Jan 20, 2015
2 parents ef1f2d5 b211d69 commit 4a6c74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/refresh.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 30,7 @@ func (c *RefreshCommand) Run(args []string) int {
var configPath string
args = cmdFlags.Args()
if len(args) > 1 {
c.Ui.Error("The apply command expects at most one argument.")
c.Ui.Error("The refresh command expects at most one argument.")
cmdFlags.Usage()
return 1
} else if len(args) == 1 {
Expand Down

0 comments on commit 4a6c74a

Please sign in to comment.