command/output: fix error msg typo

This commit is contained in:
Paul Hinze 2015-06-03 09:24:20 -05:00
parent e91705ac96
commit aa39dc71de
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ func (c *OutputCommand) Run(args []string) int {
if mod == nil {
c.Ui.Error(fmt.Sprintf(
"The module %s could not be found. There is nothing to taint.",
"The module %s could not be found. There is nothing to output.",
module))
return 1
}