Skip to content

Commit d4a3ba9

Browse files
author
Raihaan Shouhell
committed
Fix mistake in method called
1 parent 7d59ac5 commit d4a3ba9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/hudson/plugins/git/RevisionParameterAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ public void foldIntoExisting(Queue.Item item, Queue.Task owner, List<Action> oth
196196
if(combineCommits) {
197197
//because we cannot modify the commit in the existing action remove it and add self
198198
// or no CauseAction found, so add a copy of this one
199-
item.addAction(this);
199+
item.replaceAction(this);
200200
}
201201
}
202202

0 commit comments

Comments
 (0)