From 1f92dd5b409203fe8e0d1ad80123cc9e7d236b5e Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Mon, 29 Jun 2015 13:58:54 -0700 Subject: [PATCH] command/push: update output --- command/push.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/push.go b/command/push.go index 9f957b49e2..7695adf212 100644 --- a/command/push.go +++ b/command/push.go @@ -194,7 +194,7 @@ func (c *PushCommand) Run(args []string) int { sort.Strings(setVars) if len(setVars) > 0 { c.Ui.Output( - "The following variables will be set or updated within Atlas from\n" + + "The following variables will be set or overwritten within Atlas from\n" + "their local values. All other variables are already set within Atlas.\n" + "If you want to modify the value of a variable, use the Atlas web\n" + "interface or set it locally and use the -overwrite flag.\n\n")