Browse Source

try matching to see if it is actually passed as env var

pull/78/head
Chris Mague 6 years ago
parent
commit
9e1718b5c5
  1. 2
      main.go

2
main.go

@ -51,7 +51,7 @@ func main() {
cli.StringFlag{ cli.StringFlag{
Name: "plan_path", Name: "plan_path",
Usage: "The absolute path to save the outfile eg: /tmp/myplan.tfout", Usage: "The absolute path to save the outfile eg: /tmp/myplan.tfout",
EnvVar: "PLAN_PATH", EnvVar: "PLUGIN_PLAN_PATH",
}, },
cli.StringFlag{ cli.StringFlag{
Name: "netrc.machine", Name: "netrc.machine",

Loading…
Cancel
Save