fix env var naming

This commit is contained in:
Robert Kaussow
2019-07-07 21:23:02 +02:00
parent 42ca5d4410
commit ca074536f9
+1 -1
View File
@@ -95,7 +95,7 @@ func main() {
cli.BoolFlag{
Name: "hugoExtended",
Usage: "If the hugo extended package should be used",
EnvVar: "PLUGIN_HUGO_EXTENDED",
EnvVar: "PLUGIN_EXTENDED",
},
}
if err := app.Run(os.Args); err != nil {