From 90d9d6ea0018a814fac46bbe3cea449d38e7a25d Mon Sep 17 00:00:00 2001 From: cmdr2 Date: Wed, 12 Oct 2022 22:56:28 +0530 Subject: [PATCH] Typo in install.sh --- installer/install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/installer/install.sh b/installer/install.sh index 005e3f80e1..8485c9d7e5 100755 --- a/installer/install.sh +++ b/installer/install.sh @@ -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