From cb92772921a66a62d55eea0916dfbc20dee0f10f Mon Sep 17 00:00:00 2001 From: Aminda Suomalainen Date: Sat, 20 Apr 2024 13:03:41 +0300 Subject: [PATCH] syncplay: fix forgotten intentional testing typo --- bash/usr-local-bin/syncplay | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bash/usr-local-bin/syncplay b/bash/usr-local-bin/syncplay index 7547058..29bc153 100755 --- a/bash/usr-local-bin/syncplay +++ b/bash/usr-local-bin/syncplay @@ -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