Skip to content

Commit

Permalink
fixed pipelines on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
shannah committed Jul 15, 2024
1 parent 7a99664 commit fbd6591
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion installer/tests/test_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ function install_windows() {
function install_non_windows() {
# run the mock_launcher.sh script in the CWD
cp "$CWD/../mock_launcher/mock_launcher.sh" "$CWD/mock_launcher.sh"
"$CWD/mock_launcher.sh" install
bash "$CWD/mock_launcher.sh" install
}

if [ "$IS_WINDOWS" = true ]; then
Expand Down

0 comments on commit fbd6591

Please sign in to comment.