We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8a0e53 commit b216ff4Copy full SHA for b216ff4
.github/workflows/debug-install-shell.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Test install with install-dir
47
run: |
48
chmod +x install.sh
49
- ./install.sh --install-dir "/.snm-demo"
+ ./install.sh --install-dir /.snm-demo
50
if [ ! -d /.snm-demo ]; then
51
echo "Error: /.snm-demo directory not found!"
52
exit 1
0 commit comments