mirror of
https://github.com/LukeHagar/sailpoint-cli.git
synced 2025-12-10 04:21:26 +00:00
save config change
This commit is contained in:
@@ -29,6 +29,11 @@ func newDebugCommand() *cobra.Command {
|
||||
viper.Set("debug", false)
|
||||
}
|
||||
|
||||
err = config.SaveConfig()
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
return nil
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user