Skip to content

Commit

Permalink
Fix branch_distro map
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich committed Apr 19, 2024
1 parent d5542da commit a1851e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ def smv_rewrite_configs(app, config):
# to rewrite the various configuration items with the current version.
if app.config.smv_current_version != "":
branch_distro = {
"rolling": "rolling",
"master": "rolling",
"humble": "humble",
"foxy": "foxy",
"galactic": "galactic"
Expand Down

0 comments on commit a1851e1

Please # to comment.