remove returns from the commands to prevent silent crash

Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Christian Richter
2022-05-11 14:58:52 +02:00
parent e3ddf3f17a
commit 87b7a102ba
32 changed files with 0 additions and 32 deletions
-1
View File
@@ -19,7 +19,6 @@ func AuthBasicCommand(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.AuthBasic.Commons = cfg.Commons
return nil