Skip to content

Commit

Permalink
fix(typo in form)
Browse files Browse the repository at this point in the history
  • Loading branch information
gwenwindflower committed Apr 20, 2024
1 parent 17e78f5 commit 6972583
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion forms.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ _See README for warehouse-specific requirements_

huh.NewGroup(
huh.NewConfirm().
Title("Would you like to generate a profiles.yml file dfrom the info you provide next?").
Title("Would you like to generate a profiles.yml file?\n(from the info you provide next)").
Value(&dfr.CreateProfile),
).WithHideFunc(func() bool {
return dfr.UseDbtProfile
Expand Down

0 comments on commit 6972583

Please sign in to comment.