Skip to content

Commit

Permalink
Add missing parameter changeLogFile to update command when running fr…
Browse files Browse the repository at this point in the history
…om Main (#4126)

Add missing parameter
  • Loading branch information
filipelautert committed Apr 13, 2023
1 parent 304c6f0 commit 07e82a2
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1964,6 +1964,7 @@ private void runDiffCommandStep() throws CommandLineParsingException, CommandExe

private void runUpdateCommandStep() throws CommandLineParsingException, CommandExecutionException, IOException {
CommandScope updateCommand = new CommandScope("update");
updateCommand.addArgumentValue(UpdateCommandStep.CHANGELOG_FILE_ARG, changeLogFile);
updateCommand.addArgumentValue(UpdateCommandStep.CONTEXTS_ARG, contexts);
updateCommand.addArgumentValue(UpdateCommandStep.LABEL_FILTER_ARG, labelFilter);
updateCommand.addArgumentValue(ChangeExecListenerCommandStep.CHANGE_EXEC_LISTENER_CLASS_ARG, changeExecListenerClass);
Expand Down

0 comments on commit 07e82a2

Please sign in to comment.