Skip to content

Commit

Permalink
cmd(configure): fix panel url not being set
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewpi committed May 8, 2024
1 parent 202f222 commit 2b0e353
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions cmd/configure.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,9 @@ func configureCmdRun(cmd *cobra.Command, args []string) {
panic(err)
}

// Manually specify the Panel URL as it won't be decoded from JSON.
cfg.PanelLocation = configureArgs.PanelURL

if err = config.WriteToDisk(cfg); err != nil {
panic(err)
}
Expand Down

0 comments on commit 2b0e353

Please sign in to comment.