diff --git a/command/pr_test.go b/command/pr_test.go index 09bb9c852..ad092a267 100644 --- a/command/pr_test.go +++ b/command/pr_test.go @@ -57,7 +57,7 @@ func RunCommand(cmd *cobra.Command, args string) (*cmdOut, error) { v.Replace([]string{}) default: switch v.Type() { - case "bool", "string": + case "bool", "string", "int": v.Set(f.DefValue) } }