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