Typo in install.sh

This commit is contained in:
cmdr2 2022-10-12 22:56:28 +05:30
parent 3d6650e59b
commit 9dcfa8de25

View File

@ -59,7 +59,7 @@ fi
if [ -e "$INSTALL_ENV_DIR" ]; then export PATH="$PATH;$INSTALL_ENV_DIR/bin"; fi
# get the repo (and load into the current directory)
if [ ! -e ".git"]; then
if [ ! -e ".git" ]; then
git config --global init.defaultBranch main
git init
git remote add origin https://github.com/cmdr2/InvokeAI.git