Update octoapp_companion.sh

This commit is contained in:
Cyril 2024-03-30 18:39:28 +01:00
parent 99379f11dd
commit 04ad1fc887

View file

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