mirror of
https://github.com/SecurityBrewery/catalyst.git
synced 2025-12-06 07:12:46 +01:00
fix: set-app-url (#1107)
This commit is contained in:
@@ -107,12 +107,7 @@ func setAppURL(app core.App) *cobra.Command {
|
||||
return
|
||||
}
|
||||
|
||||
settings, err := app.Settings().Clone()
|
||||
if err != nil {
|
||||
app.Logger().Error(err.Error())
|
||||
|
||||
return
|
||||
}
|
||||
settings := app.Settings()
|
||||
|
||||
settings.Meta.AppUrl = args[0]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user