[COMMITTED,glibc-buildbot] Fix typo

Message ID 1493128208-17563-1-git-send-email-siddhesh@gotplt.org
State Committed
Headers

Commit Message

Siddhesh Poyarekar April 25, 2017, 1:50 p.m. UTC
  Sorry, I broke all of the builders with my last commit because I missed a
comma.  This is what I pushed to fix it.

Siddhesh

---
 scripts/slave/buildbot_selector.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
  

Patch

diff --git a/scripts/slave/buildbot_selector.py b/scripts/slave/buildbot_selector.py
index 8e6ab42..bd336a1 100755
--- a/scripts/slave/buildbot_selector.py
+++ b/scripts/slave/buildbot_selector.py
@@ -22,7 +22,7 @@  BOT_ASSIGNMENT = {
         '--enable-lock-elision',
     ]),
     'glibc-s390x-linux': bash('glibc-native.sh'),
-    'glibc-aarch64-linux': bash('glibc-native.sh' [
+    'glibc-aarch64-linux': bash('glibc-native.sh', [
         '--enable-tunables'
     ]),
 }