Revert typo fix
Wasn't a typo (Testing on git again since its easier with the colabs)
This commit is contained in:
parent
337941e356
commit
c36bc376c0
|
@ -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…
Reference in New Issue