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