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