Skip to content

Commit 4043075

Browse files
committed
Fix daemon bind
1 parent 5ef7c35 commit 4043075

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/root.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ func init() {
5252
conf.Token.Bind(f).Viper()
5353
conf.JSONOutput.Bind(f).Viper()
5454
conf.Verbose.Bind(f).Viper()
55-
conf.Daemon.Bind(f)
55+
conf.Daemon.Bind(f).Viper()
5656
Root.SetVersionTemplate("{{.Version}}\n")
5757

5858
cobra.OnInitialize(initConfig)

0 commit comments

Comments
 (0)