syncplay: fix forgotten intentional testing typo

This commit is contained in:
Aminda Suomalainen 2024-04-20 13:03:41 +03:00
parent 1239f804f1
commit cb92772921
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
1 changed files with 1 additions and 1 deletions

View File

@ -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