mirror of
https://gitea.blesmrt.net/mikaela/scripts.git
synced 2024-11-22 11:19:25 +01:00
syncplay: fix forgotten intentional testing typo
This commit is contained in:
parent
1239f804f1
commit
cb92772921
@ -12,7 +12,7 @@ if [ ! -d "$HOME/src/github.com/syncplay" ]; then
|
||||
else
|
||||
# In this case Syncplay does exist, let's upgrade it
|
||||
cd ~/src/github.com/syncplay/syncplay || exit
|
||||
gitt pull || exit
|
||||
git pull || exit
|
||||
mkdir -p venv
|
||||
fi
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user