From aa39dc71de4e70a10aad15a11fcc4ad615b0bad2 Mon Sep 17 00:00:00 2001 From: Paul Hinze Date: Wed, 3 Jun 2015 09:24:20 -0500 Subject: [PATCH] command/output: fix error msg typo --- command/output.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/output.go b/command/output.go index 9e99cce5f..1f48d8877 100644 --- a/command/output.go +++ b/command/output.go @@ -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 }