command/output: fix error msg typo
This commit is contained in:
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…
Reference in New Issue