From 04ad1fc88747d507f845d6dd039f77b2149a7b1c Mon Sep 17 00:00:00 2001 From: Cyril Date: Sat, 30 Mar 2024 18:39:28 +0100 Subject: [PATCH] Update octoapp_companion.sh --- scripts/octoapp_companion.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"