Try 2: Fix bug in buildbot start script
authorEric Fiselier <eric@efcs.ca>
Sat, 15 Dec 2018 03:48:08 +0000 (03:48 +0000)
committerEric Fiselier <eric@efcs.ca>
Sat, 15 Dec 2018 03:48:08 +0000 (03:48 +0000)
llvm-svn: 349236

libcxx/utils/docker/scripts/docker_start_buildbots.sh

index a1d252d..f47ddcd 100755 (executable)
@@ -5,4 +5,4 @@ set -x
 # run_buildbots.sh
 cd /libcxx
 git pull
-/libcxx/utils/docker/scripts/run_buildbots.sh "$@"
+/libcxx/utils/docker/scripts/run_buildbot.sh "$@"