Skip to content

Commit

Permalink
default choice
Browse files Browse the repository at this point in the history
  • Loading branch information
aybabtme committed Oct 23, 2024
1 parent fa77145 commit 9ed6225
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/humanlog/onboarding.go
Original file line number Diff line number Diff line change
Expand Up @@ -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?").
Expand Down

0 comments on commit 9ed6225

Please sign in to comment.