Skip to content

Commit

Permalink
Update macro for iron version (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
christophfroehlich authored Dec 20, 2023
1 parent 260a1af commit e3fd37e
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 @@ -322,7 +322,7 @@ def smv_rewrite_configs(app, config):
# this map is used to match branches of control.ros.org to REPOS_FILE_BRANCH macro
subrepo_branch = {
"master": "master",
"iron": "master",
"iron": "iron",
"humble": "humble",
"foxy": "foxy",
"galactic": "galactic"
Expand Down

0 comments on commit e3fd37e

Please sign in to comment.