Skip to content

Commit

Permalink
fix format argument for history command (DAT-13382) (#4490)
Browse files Browse the repository at this point in the history
fix format argument for history command
  • Loading branch information
StevenMassaro committed Jul 25, 2023
1 parent 2673bd4 commit 94b881b
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1654,6 +1654,7 @@ protected void doMigration() throws Exception {
} else if (COMMANDS.HISTORY.equalsIgnoreCase(command)) {
CommandScope historyCommand = new CommandScope("internalHistory");
historyCommand.addArgumentValue(InternalHistoryCommandStep.DATABASE_ARG, database);
historyCommand.addArgumentValue(InternalHistoryCommandStep.FORMAT_ARG, HistoryFormat.valueOf(format));
historyCommand.setOutput(getOutputStream());

historyCommand.execute();
Expand Down

0 comments on commit 94b881b

Please sign in to comment.