Skip to content

Commit

Permalink
fix: init config in setup
Browse files Browse the repository at this point in the history
  • Loading branch information
fiftin committed May 26, 2024
1 parent bb7a156 commit 0e52c67
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cli/cmd/setup.go
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ func doSetup() int {
setup.InteractiveSetup(config)

configPath := setup.SaveConfig(config)
util.Config = config

util.ConfigInit(configPath)

fmt.Println(" Pinging db..")

Expand Down

0 comments on commit 0e52c67

Please sign in to comment.