summaryrefslogtreecommitdiff
path: root/tcwg-update-llvmbot-containers.sh
diff options
context:
space:
mode:
authorMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-09-26 18:52:46 +0000
committerMaxim Kuvyrkov <maxim.kuvyrkov@linaro.org>2019-09-26 18:52:46 +0000
commit6058e0a6ae5a0b47a01209037e2124458baf17d2 (patch)
treeb339fc04b77ff926e71f63746db035331e8c6b1d /tcwg-update-llvmbot-containers.sh
parent2f77cdd3d6c9ba2dcb866c57d1d6c8ca4904348a (diff)
tcwg-update-llvmbot-containers.sh: Follow-up fix
Change-Id: Ife3ee176913f78d87333e57a45256b43b5ff8488
Diffstat (limited to 'tcwg-update-llvmbot-containers.sh')
-rwxr-xr-xtcwg-update-llvmbot-containers.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tcwg-update-llvmbot-containers.sh b/tcwg-update-llvmbot-containers.sh
index 20c7b534..13365771 100755
--- a/tcwg-update-llvmbot-containers.sh
+++ b/tcwg-update-llvmbot-containers.sh
@@ -37,7 +37,7 @@ case "$NODE_NAME:$master" in
;;
tcwg-llvmbot_tk1-*:normal)
bot_prefix=""
- bots=("$(echo "$NODE_NAME" | sed -e "s/tcwg-llvmbot-/linaro-/")")
+ bots=("$(echo "$NODE_NAME" | sed -e "s/tcwg-llvmbot_/linaro-/")")
;;
esac