mirror of
https://github.com/KoboldAI/KoboldAI-Client.git
synced 2025-02-17 12:10:49 +01:00
Typo fix
Accidentally had a negative which should have been a positive, this should fix repo downloads.
This commit is contained in:
parent
a442a2a67e
commit
337941e356
@ -71,7 +71,7 @@ if [ "$init" != "skip" ]; then
|
||||
cd /content
|
||||
else
|
||||
cd /content
|
||||
if [ ! -z ${git+x} ]; then
|
||||
if [ -z ${git+x} ]; then
|
||||
if [ "$git" == "united" ]; then
|
||||
git clone https://github.com/henk717/KoboldAI-Client
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user