mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-22 02:38:32 -05:00
remove returns from the commands to prevent silent crash
Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user