File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ a11y_scan() {
7979}
8080
8181script_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
Original file line number Diff line number Diff line change 9797}
9898
9999script_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
Original file line number Diff line number Diff line change 9696}
9797
9898script_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
You can’t perform that action at this time.
0 commit comments