aboutsummaryrefslogtreecommitdiff
path: root/remote_gcc_build.py
diff options
context:
space:
mode:
Diffstat (limited to 'remote_gcc_build.py')
-rwxr-xr-xremote_gcc_build.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/remote_gcc_build.py b/remote_gcc_build.py
index 4ee1c6e6..8ed324aa 100755
--- a/remote_gcc_build.py
+++ b/remote_gcc_build.py
@@ -315,7 +315,7 @@ def RunRemote(chromeos_root, branch, patches, is_local,
patch = ""
for p in patches:
patch += " -g {0}".format(p)
- cbuildbot_path = os.path.join(chromeos_root, "chromite/buildbot")
+ cbuildbot_path = os.path.join(chromeos_root, "chromite/cbuildbot")
os.chdir(cbuildbot_path)
branch_flag = ""
if branch != "master":