Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
liias committed Nov 10, 2024
1 parent 83d7e1f commit 26a178a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ jobs:
cd "$target_dir"
set -x
command_output="$(./Browsers.app -W --stdout $(tty) --stderr $(tty) --args --no-gui https://browsers.software)"
command_output="$(open ./Browsers.app -W --stdout $(tty) --stderr $(tty) --args --no-gui https://browsers.software)"
echo "$command_output"
if "$command_output" | grep -q 'Safari'; then
Expand Down

0 comments on commit 26a178a

Please sign in to comment.