From 686bb43085c9adf8a8a2c00c92b9a940f234ab2c Mon Sep 17 00:00:00 2001 From: Crash0v3rrid3 Date: Thu, 18 Dec 2025 15:08:26 +0530 Subject: [PATCH] [JIRA DEVA11Y-179] Corrected self-update URLs --- scripts/bash/cli.sh | 2 +- scripts/fish/spm.sh | 2 +- scripts/zsh/spm.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/bash/cli.sh b/scripts/bash/cli.sh index e224240..d8698aa 100644 --- a/scripts/bash/cli.sh +++ b/scripts/bash/cli.sh @@ -79,7 +79,7 @@ a11y_scan() { } script_self_update() { - local remote_url="https://raw.githubusercontent.com/browserstack/AccessibilityDevTools/refs/heads/main/scripts/bash/spm.sh" + local remote_url="https://raw.githubusercontent.com/browserstack/AccessibilityDevTools/refs/heads/main/scripts/bash/cli.sh" updated_script=$(curl -R -z "$SCRIPT_PATH" "$remote_url") if [[ $updated_script =~ ^#! ]]; then diff --git a/scripts/fish/spm.sh b/scripts/fish/spm.sh index d8fccb7..17b3801 100644 --- a/scripts/fish/spm.sh +++ b/scripts/fish/spm.sh @@ -97,7 +97,7 @@ EOF } script_self_update() { - local remote_url="https://raw.githubusercontent.com/browserstack/AccessibilityDevTools/refs/heads/main/scripts/bash/spm.sh" + local remote_url="https://raw.githubusercontent.com/browserstack/AccessibilityDevTools/refs/heads/main/scripts/fish/spm.sh" updated_script=$(curl -R -z "$SCRIPT_PATH" "$remote_url") if [[ $updated_script =~ ^#! ]]; then diff --git a/scripts/zsh/spm.sh b/scripts/zsh/spm.sh index 63e2fc4..a16b6c8 100644 --- a/scripts/zsh/spm.sh +++ b/scripts/zsh/spm.sh @@ -96,7 +96,7 @@ EOF } script_self_update() { - local remote_url="https://raw.githubusercontent.com/browserstack/AccessibilityDevTools/refs/heads/main/scripts/bash/spm.sh" + local remote_url="https://raw.githubusercontent.com/browserstack/AccessibilityDevTools/refs/heads/main/scripts/zsh/spm.sh" updated_script=$(curl -R -z "$SCRIPT_PATH" "$remote_url") if [[ $updated_script =~ ^#! ]]; then