Skip to content

Commit

Permalink
Merge branch 'master' of github.com:hashicorp/terraform
Browse files Browse the repository at this point in the history
  • Loading branch information
pgray committed Sep 14, 2015
2 parents 37e280f + 4d37704 commit e8931a2
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 e8931a2

Please sign in to comment.