aboutsummaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-02-15 11:58:41 +0200
committerGitHub <[email protected]>2019-02-15 11:58:41 +0200
commit9baf8537a7ee447035eae65270671a4cf1fc0549 (patch)
tree03f8e2c0bff2585615a5f293f520e6c42f10c653 /build
parentff29c1224c20b8fcf2d1e7c28426470f1dc3e40d (diff)
downloadbootstrap-9baf8537a7ee447035eae65270671a4cf1fc0549.tar.xz
bootstrap-9baf8537a7ee447035eae65270671a4cf1fc0549.zip
Replace `v4-dev` with `master` after the branch change. (#28272)
Diffstat (limited to 'build')
-rwxr-xr-xbuild/ship.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ship.sh b/build/ship.sh
index 289284383..acce9b922 100755
--- a/build/ship.sh
+++ b/build/ship.sh
@@ -26,7 +26,7 @@ fi
printf "\n%s=======================================================%s" $magenta $end
printf "\n%sPulling latest changes...%s" $magenta $end
printf "\n%s=======================================================\n\n%s" $magenta $end
-git pull origin v4-dev
+git pull origin master
# Update version number
printf "\n%s=======================================================%s" $magenta $end