aboutsummaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/upgrade2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/upgrade b/scripts/upgrade
index ab4bf58..28c3e3c 100644
--- a/scripts/upgrade
+++ b/scripts/upgrade
@@ -40,7 +40,7 @@ sudo systemctl stop mastodon-*.service
# Download Mastodon
sudo su - $app <<PULLCOMMANDS
pushd ~/live
-git fetch
+# git fetch
git pull https://github.com/tootsuite/mastodon.git master
PULLCOMMANDS