Skip to content

Commit eaa9983

Browse files
committed
Fix setup cmd interactivity flag
1 parent 176a706 commit eaa9983

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/setup.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@ var setupCmd = &cobra.Command{
1313

1414
func init() {
1515
rootCmd.AddCommand(setupCmd)
16-
setupUpdateCmd.PersistentFlags().BoolVarP(&Interactive, "interactive", "i", true, "update interactivity")
16+
setupCmd.PersistentFlags().BoolVarP(&Interactive, "interactive", "i", true, "update interactivity")
1717
}

0 commit comments

Comments
 (0)