Remove git fetch
This commit is contained in:
parent
e5c96518a3
commit
38c3ccc75f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue