Skip to content

Commit 39aca8e

Browse files
authored
fix: system update --yes (#560)
1 parent 889ef1c commit 39aca8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/arduino-app-cli/system/system.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ func newUpdateCmd() *cobra.Command {
9898
}
9999

100100
cmd.PersistentFlags().BoolVar(&onlyArduino, "only-arduino", false, "Check for all upgradable packages")
101-
cmd.PersistentFlags().BoolVar(&forceYes, "--yes", false, "Automatically confirm all prompts")
101+
cmd.PersistentFlags().BoolVar(&forceYes, "yes", false, "Automatically confirm all prompts")
102102

103103
return cmd
104104
}

0 commit comments

Comments
 (0)