Skip to content

Commit

Permalink
Fix: Pass correct paramters to ChangelogBuilder in prepare command (#359
Browse files Browse the repository at this point in the history
)
  • Loading branch information
bjoernricks committed Jul 6, 2022
1 parent 0f0ca82 commit d3f2100
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pontos/release/prepare.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def prepare(
config=args.cc_config,
)
changelog_builder = changelog_module.ChangelogBuilder(
shell_cmd_runner=shell_cmd_runner,
terminal=terminal,
args=cargs,
)

Expand Down

0 comments on commit d3f2100

Please sign in to comment.