Skip to content

Commit

Permalink
fix: command line arguments parse
Browse files Browse the repository at this point in the history
  • Loading branch information
wy-luke committed Sep 5, 2023
1 parent 11df88c commit 8588ccc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
sparse-checkout: sd-installer.sh
sparse-checkout-cone-mode: false
- name: Yes
run: bash sd-installer.sh 1
run: bash sd-installer.sh -1

No-Test:
runs-on: macos-latest
Expand All @@ -26,4 +26,4 @@ jobs:
sparse-checkout: sd-installer.sh
sparse-checkout-cone-mode: false
- name: No
run: bash sd-installer.sh 2
run: bash sd-installer.sh -2

0 comments on commit 8588ccc

Please sign in to comment.