Skip to content

Commit bc83abd

Browse files
fix: correct typo in install script step and enable debug mode
1 parent b9b6390 commit bc83abd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/install-script-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ jobs:
2323
- name: Checkout repository
2424
uses: actions/checkout@v5
2525

26-
- name: Run install scriptt
26+
- name: Run install script
2727
shell: bash
28-
run: bash install-cli.sh
28+
run: bash install-cli.sh --debug
2929

3030
- name: Verify installation
3131
shell: bash

0 commit comments

Comments
 (0)