Skip to content

Commit f57a9da

Browse files
authored
Merge pull request #5 from browserstack/DEVA11Y-179
[JIRA DEVA11Y-179] Corrected self-update URLs
2 parents aba1197 + 686bb43 commit f57a9da

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

scripts/bash/cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ a11y_scan() {
7979
}
8080

8181
script_self_update() {
82-
local remote_url="https://raw.githubusercontent.com/browserstack/AccessibilityDevTools/refs/heads/main/scripts/bash/spm.sh"
82+
local remote_url="https://raw.githubusercontent.com/browserstack/AccessibilityDevTools/refs/heads/main/scripts/bash/cli.sh"
8383

8484
updated_script=$(curl -R -z "$SCRIPT_PATH" "$remote_url")
8585
if [[ $updated_script =~ ^#! ]]; then

scripts/fish/spm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ EOF
9797
}
9898

9999
script_self_update() {
100-
local remote_url="https://raw.githubusercontent.com/browserstack/AccessibilityDevTools/refs/heads/main/scripts/bash/spm.sh"
100+
local remote_url="https://raw.githubusercontent.com/browserstack/AccessibilityDevTools/refs/heads/main/scripts/fish/spm.sh"
101101

102102
updated_script=$(curl -R -z "$SCRIPT_PATH" "$remote_url")
103103
if [[ $updated_script =~ ^#! ]]; then

scripts/zsh/spm.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ EOF
9696
}
9797

9898
script_self_update() {
99-
local remote_url="https://raw.githubusercontent.com/browserstack/AccessibilityDevTools/refs/heads/main/scripts/bash/spm.sh"
99+
local remote_url="https://raw.githubusercontent.com/browserstack/AccessibilityDevTools/refs/heads/main/scripts/zsh/spm.sh"
100100

101101
updated_script=$(curl -R -z "$SCRIPT_PATH" "$remote_url")
102102
if [[ $updated_script =~ ^#! ]]; then

0 commit comments

Comments
 (0)