From 9e1718b5c5d76aa8fd9e7ec87cdcccfaa4ba653b Mon Sep 17 00:00:00 2001 From: Chris Mague Date: Mon, 24 Sep 2018 13:10:31 -0700 Subject: [PATCH] try matching to see if it is actually passed as env var --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index cf5707d..cb9c691 100644 --- a/main.go +++ b/main.go @@ -51,7 +51,7 @@ func main() { cli.StringFlag{ Name: "plan_path", Usage: "The absolute path to save the outfile eg: /tmp/myplan.tfout", - EnvVar: "PLAN_PATH", + EnvVar: "PLUGIN_PLAN_PATH", }, cli.StringFlag{ Name: "netrc.machine",