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
diff options
context:
space:
mode:
Diffstat (limited to 'build/ship.sh')
-rw-r--r--build/ship.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/ship.sh b/build/ship.sh
index ce4f7cded1..da5a03bcd1 100644
--- a/build/ship.sh
+++ b/build/ship.sh
@@ -29,7 +29,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 master
+git pull origin main
# Update version number
printf "\n%s=======================================================%s" "$magenta" "$end"