From e3fd37e463610c71d4918a6f8f6c6654783c44bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20Fr=C3=B6hlich?= Date: Wed, 20 Dec 2023 21:14:06 +0100 Subject: [PATCH] Update macro for iron version (#214) --- conf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf.py b/conf.py index d71b7a3c2e8..2185a69ed42 100644 --- a/conf.py +++ b/conf.py @@ -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"