Skip to content
This repository has been archived by the owner on Jan 18, 2021. It is now read-only.

Commit

Permalink
fix flag name
Browse files Browse the repository at this point in the history
Signed-off-by: Jörn Friedrich Dreyer <[email protected]>
  • Loading branch information
butonic committed Sep 8, 2020
1 parent bb278dd commit 5156ac5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/flagset/driverowncloud.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ func DriverOwnCloudWithConfig(cfg *config.Config) []cli.Flag {
Destination: &cfg.Reva.Storages.OwnCloud.UploadInfoDir,
},
&cli.StringFlag{
Name: "storage-owncloud-uploadinfo-dir",
Name: "storage-owncloud-share-folder",
Value: "/Shares",
Usage: "name of the shares folder",
EnvVars: []string{"REVA_STORAGE_OWNCLOUD_SHARE_FOLDER"},
Expand Down

0 comments on commit 5156ac5

Please sign in to comment.