update_path
Some checks failed
Docker Build and Push / build-and-push (push) Failing after 10s
Tests / test (bash) (push) Failing after 8s
Tests / test (zsh) (push) Failing after 8s
Tests / lint (push) Successful in 8s
Tests / docker (push) Successful in 5s

This commit is contained in:
mike
2025-12-11 16:10:34 +01:00
parent 607592466a
commit 54d265067e

View File

@@ -149,7 +149,7 @@ main() {
# Download script
echo "Downloading finish.sh..."
URL="$REPO_URL/$BRANCH_OR_VERSION/$SCRIPT_NAME"
URL="$REPO_URL/$BRANCH_OR_VERSION/src/$SCRIPT_NAME"
if ! download_file "$URL" "$INSTALL_LOCATION"; then
echo_error "Failed to download from $URL"
exit 1