diff --git a/browser_patches/chromium/goma.sh b/browser_patches/chromium/goma.sh index 897b5bc581..180d33255d 100755 --- a/browser_patches/chromium/goma.sh +++ b/browser_patches/chromium/goma.sh @@ -6,7 +6,7 @@ trap "cd $(pwd -P)" EXIT cd "$(dirname $0)" if [[ ! -d ./electron-build-tools ]]; then - git clone --single-branch --branch msft-goma https://github.com/electron/build-tools/ electron-build-tools + git clone --single-branch --branch master https://github.com/electron/build-tools/ electron-build-tools cd electron-build-tools npm install mkdir -p third_party