Skip to content

Commit b216ff4

Browse files
committed
fix install shell
1 parent a8a0e53 commit b216ff4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/debug-install-shell.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
- name: Test install with install-dir
4747
run: |
4848
chmod +x install.sh
49-
./install.sh --install-dir "/.snm-demo"
49+
./install.sh --install-dir /.snm-demo
5050
if [ ! -d /.snm-demo ]; then
5151
echo "Error: /.snm-demo directory not found!"
5252
exit 1

0 commit comments

Comments
 (0)