Skip to content

Commit e0615a6

Browse files
committed
[JIRA DEVA11Y-128] Corrected typos
1 parent b1dcab2 commit e0615a6

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/fish/cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ a11y_scan() {
8484
}
8585

8686
script_self_update() {
87-
local remote_url="https://raw.githubusercontent.com/browserstack/AccessibilityDevTools/refs/heads/main/scripts/bash/spm.sh"
87+
local remote_url="https://raw.githubusercontent.com/browserstack/AccessibilityDevTools/refs/heads/main/scripts/fish/cli.sh"
8888

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

scripts/zsh/cli.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ a11y_scan() {
8484
}
8585

8686
script_self_update() {
87-
local remote_url="https://raw.githubusercontent.com/browserstack/AccessibilityDevTools/refs/heads/main/scripts/bash/spm.sh"
87+
local remote_url="https://raw.githubusercontent.com/browserstack/AccessibilityDevTools/refs/heads/main/scripts/zsh/cli.sh"
8888

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

0 commit comments

Comments
 (0)