We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ae8349 commit 58e1665Copy full SHA for 58e1665
.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