Skip to content

Commit

Permalink
apply reload changes to default config
Browse files Browse the repository at this point in the history
  • Loading branch information
a3s7p committed Aug 24, 2021
1 parent 0392764 commit 46671a3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sub/startcmd/startcmd.go
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,8 @@ func Cmd() *cli.Subcmd {
mu.Lock()
defer mu.Unlock()
// reload config

c = clientcfg.Defaults()
err = fm.Get(&c, filenames.Config)
if err != nil {
log.Printf(
Expand Down

0 comments on commit 46671a3

Please sign in to comment.