From f02000c85dd8f64efa79b4146afdf6ac1b65b22d Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 7 Dec 2014 15:21:57 -0600 Subject: [PATCH] command/push: update help text --- command/push.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/command/push.go b/command/push.go index 238e5e088..42c1bc465 100644 --- a/command/push.go +++ b/command/push.go @@ -229,7 +229,7 @@ Options: -create Create the build configuration if it doesn't exist. -token= Access token to use to upload. If blank, the - TODO environmental variable will be used. + ATLAS_TOKEN environmental variable will be used. ` return strings.TrimSpace(helpText)