From 9ed6225614cd045898347944fe0c1818f303610d Mon Sep 17 00:00:00 2001 From: Antoine Grondin Date: Wed, 23 Oct 2024 22:37:51 +0900 Subject: [PATCH] default choice --- cmd/humanlog/onboarding.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/humanlog/onboarding.go b/cmd/humanlog/onboarding.go index 332740ed..a14d481e 100644 --- a/cmd/humanlog/onboarding.go +++ b/cmd/humanlog/onboarding.go @@ -30,7 +30,7 @@ func onboardingCmd( Usage: "Onboarding humanlog after installs or updates", Hidden: true, Action: func(cctx *cli.Context) error { - var wantsSignup bool + wantsSignup := true err := huh.NewConfirm(). Title("Welcome to humanlog. New features are coming up soon!"). Description("Would you like to sign-up to learn more?").