command/output: fix error msg typo

pull/2138/merge
Paul Hinze 11 years ago
parent e91705ac96
commit aa39dc71de

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

Loading…
Cancel
Save