remove returns from the commands to prevent silent crash
Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
@@ -20,7 +20,6 @@ func StoreCommand(cfg *config.Config) *cli.Command {
|
||||
Before: func(c *cli.Context) error {
|
||||
if err := parser.ParseConfig(cfg); err != nil {
|
||||
fmt.Printf("%v", err)
|
||||
return err
|
||||
}
|
||||
cfg.Store.Commons = cfg.Commons
|
||||
return nil
|
||||
|
||||
Reference in New Issue
Block a user