summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--round-robin.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/round-robin.sh b/round-robin.sh
index 3fb5415e..3ffe3ff7 100644
--- a/round-robin.sh
+++ b/round-robin.sh
@@ -586,8 +586,8 @@ No reason to rebase base-artifacts."
update_components2=$(echo "${update_components[@]}" | tr ' ' '-')
for c in ${rr[components]}; do
- echo "${c}_url=${rr[${c}_url]}"
if echo "${update_components[@]}" | tr ' ' '\n' | grep -q "^$c\$"; then
+ echo "${c}_url=${rr[${c}_url]}"
echo "${c}_branch=${rr[${c}_branch]}"
else
echo "${c}_branch=baseline"