Skip to content

Commit debedf9

Browse files
committed
include int in command reset to reset 'Limit'
1 parent 77a6caa commit debedf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

command/pr_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ func RunCommand(cmd *cobra.Command, args string) (*cmdOut, error) {
5757
v.Replace([]string{})
5858
default:
5959
switch v.Type() {
60-
case "bool", "string":
60+
case "bool", "string", "int":
6161
v.Set(f.DefValue)
6262
}
6363
}

0 commit comments

Comments
 (0)