Skip to content

Commit

Permalink
Merge pull request #1882 from labkode/fix-env-var
Browse files Browse the repository at this point in the history
fix case for envar
  • Loading branch information
wkloucek authored Apr 1, 2021
2 parents 399c33f + 5982e9f commit f6ad814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion storage/pkg/flagset/frontend.go
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ func FrontendWithConfig(cfg *config.Config) []cli.Flag {
Name: "ocs-share-prefix",
Value: flags.OverrideDefaultString(cfg.Reva.Frontend.OCSSharePrefix, "/Shares"),
Usage: "the prefix prepended to the path of shared files",
EnvVars: []string{"STORAGE_FRONTEND_OCS_Share_PREFIX"},
EnvVars: []string{"STORAGE_FRONTEND_OCS_SHARE_PREFIX"},
Destination: &cfg.Reva.Frontend.OCSSharePrefix,
},
// Gateway
Expand Down

0 comments on commit f6ad814

Please sign in to comment.