mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-05-03 17:29:22 -05:00
rename command
I currently don't know why but locally before renaming the service would always shutdown prematurely Signed-off-by: David Christofas <dchristofas@owncloud.com>
This commit is contained in:
@@ -14,7 +14,7 @@ import (
|
||||
// StoragePublicLinkCommand is the entrypoint for the reva-storage-oc command.
|
||||
func StoragePublicLinkCommand(cfg *config.Config) *cli.Command {
|
||||
return &cli.Command{
|
||||
Name: "storage-storage-public-link",
|
||||
Name: "storage-public-link",
|
||||
Usage: "Start storage public link storage",
|
||||
Category: "Extensions",
|
||||
Flags: flagset.StoragePublicLink(cfg.Storage),
|
||||
|
||||
Reference in New Issue
Block a user