Rename folder and root command

This commit is contained in:
Michael Barz
2020-10-06 13:41:34 +02:00
parent 48de91ea2c
commit 9ff3ffe19f
165 changed files with 5 additions and 5 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
*/coverage.out */coverage.out
/ocis/bin /**/bin
/ocis/dist /**/dist
/hugo /hugo
*.key *.key
*crt *crt
+1 -1
View File
@@ -1,4 +1,4 @@
module github.com/owncloud/ocis/ocis-reva module github.com/owncloud/ocis/storage
go 1.13 go 1.13
View File
@@ -17,7 +17,7 @@ func Execute() error {
cfg := config.New() cfg := config.New()
app := &cli.App{ app := &cli.App{
Name: "ocis-reva", Name: "storage",
Version: version.String, Version: version.String,
Usage: "Example service for Reva/oCIS", Usage: "Example service for Reva/oCIS",
Compiled: version.Compiled(), Compiled: version.Compiled(),
@@ -35,7 +35,7 @@ func Execute() error {
logger := NewLogger(cfg) logger := NewLogger(cfg)
viper.SetEnvKeyReplacer(strings.NewReplacer(".", "_")) viper.SetEnvKeyReplacer(strings.NewReplacer(".", "_"))
viper.SetEnvPrefix("REVA") viper.SetEnvPrefix("STORAGE")
viper.AutomaticEnv() viper.AutomaticEnv()
if c.IsSet("config-file") { if c.IsSet("config-file") {

Some files were not shown because too many files have changed in this diff Show More