Update octoapp_companion.sh
This commit is contained in:
parent
99379f11dd
commit
04ad1fc887
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ function install_octoapp_companion(){
|
|||
else
|
||||
echo -e "Info: Downloading OctoApp Companion..."
|
||||
git config --global http.sslVerify false
|
||||
git clone "$OCTOAPP_URL" "$OCTOAPP_COMPANION_FOLDER"
|
||||
git clone "$OCTOAPP_COMPANION_URL" "$OCTOAPP_COMPANION_FOLDER"
|
||||
fi
|
||||
echo -e "Info: Running OctoApp Companion installer..."
|
||||
cd "$OCTOAPP_COMPANION_FOLDER"
|
||||
|
|
Loading…
Add table
Reference in a new issue