summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorGeorge Miller <George@livio.io>2022-07-20 14:30:20 -0400
committerGeorge Miller <George@livio.io>2022-07-20 14:30:20 -0400
commitd380505a70d36568ec89bc0e2604017c237b1d92 (patch)
treeeaecc645f5421cd103f848e39bf11d7fbb4ff178 /scripts
parent90f1f244b6793b1d34fa17573f42c73dbab4beda (diff)
downloadsdl_ios-d380505a70d36568ec89bc0e2604017c237b1d92.tar.gz
git pull
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/release.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/release.sh b/scripts/release.sh
index 03954f860..04b79857b 100755
--- a/scripts/release.sh
+++ b/scripts/release.sh
@@ -73,7 +73,8 @@ else
fi
# Do a fetch to make sure we are up to date.
- git fetch -ff
+ # git fetch
+ git pull -ff
# Now do the checkout
git checkout $develop_branch