File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ a11y_scan() {
8484}
8585
8686script_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
Original file line number Diff line number Diff line change @@ -84,7 +84,7 @@ a11y_scan() {
8484}
8585
8686script_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
You can’t perform that action at this time.
0 commit comments