Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2019-02-15 12:58:41 +0300
committerGitHub <noreply@github.com>2019-02-15 12:58:41 +0300
commit9baf8537a7ee447035eae65270671a4cf1fc0549 (patch)
tree03f8e2c0bff2585615a5f293f520e6c42f10c653 /build
parentff29c1224c20b8fcf2d1e7c28426470f1dc3e40d (diff)
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 2892843839..acce9b9228 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