Skip to content

Commit

Permalink
command/get: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Sep 13, 2015
1 parent b91df72 commit 4d37704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion command/get.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ func (c *GetCommand) Run(args []string) int {
var path string
args = cmdFlags.Args()
if len(args) > 1 {
c.Ui.Error("The graph command expects one argument.\n")
c.Ui.Error("The get command expects one argument.\n")
cmdFlags.Usage()
return 1
} else if len(args) == 1 {
Expand Down

0 comments on commit 4d37704

Please sign in to comment.