Skip to content

Commit

Permalink
changelog fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jiri_otoupal authored and jiri_otoupal committed Feb 28, 2024
1 parent 91f5501 commit dec3866
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion abst/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ def main():
def print_changelog(_config):
rich.print(f"[yellow]Version {__version__} {__version_name__}[/yellow]")
rich.print("[red]Changelog[/red]")
rich.print(__change_log__)
rich.print(f"[yellow]{__change_log__}[/yellow]")


signal.signal(signal.SIGINT, BastionScheduler.kill_all)
Expand Down

0 comments on commit dec3866

Please sign in to comment.