diff --git a/scripts/octoapp_companion.sh b/scripts/octoapp_companion.sh index bd499d5..c19a729 100755 --- a/scripts/octoapp_companion.sh +++ b/scripts/octoapp_companion.sh @@ -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"