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:
David Christofas
2020-10-14 14:14:20 +02:00
parent 9617f913da
commit 5257e0d6d3
+1 -1
View File
@@ -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),