Skip to content

Commit

Permalink
Merge branch 'pelican-dev:main' into file_search
Browse files Browse the repository at this point in the history
  • Loading branch information
QuintenQVD0 authored Oct 23, 2024
2 parents 60feaaf + 7dd7317 commit 6458b92
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 @@ -154,6 +154,9 @@ func configureCmdRun(cmd *cobra.Command, args []string) {
if err := json.Unmarshal(b, cfg); err != nil {
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 6458b92

Please sign in to comment.