2
0
mirror of https://github.com/ComradCollective/Comrad synced 2024-11-03 23:15:33 +00:00
This commit is contained in:
quadrismegistus 2020-09-14 17:56:54 +01:00
parent bb341d2481
commit 7b33105057

View File

@ -40,7 +40,7 @@ echo '
'
path_repo="$path_komrade/code"
if ! command -v git &> /dev/null
if command -v git &> /dev/null
then
if [ -d "$path_repo" ]
then