Skip to content

Commit

Permalink
Request field typo, fixes JENKINS-40196
Browse files Browse the repository at this point in the history
  • Loading branch information
rcgroot committed Dec 3, 2016
1 parent 1e3e3e5 commit 1cffda7
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -15,7 +15,7 @@ public static class Commit {
@Expose
private String mode = "add";
@Expose
@SerializedName("autoRename")
@SerializedName("autorename")
private boolean autoRename = false;
@Expose
private boolean mute = false;
Expand Down

0 comments on commit 1cffda7

Please sign in to comment.