Revert typo fix

Wasn't a typo (Testing on git again since its easier with the colabs)
This commit is contained in:
henk717 2021-12-05 18:36:54 +01:00 committed by GitHub
parent 337941e356
commit c36bc376c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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