Fix typo in refresh command error

Noticed this while I was digging around to see how the commands work.
This commit is contained in:
Phil Kates 2015-01-17 15:43:04 -08:00
parent ef1f2d5e71
commit b211d69dde
1 changed files with 1 additions and 1 deletions

View File

@ -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 {