Skip to content

Commit 5b15372

Browse files
committed
fix hardcoded paths
1 parent cebf84c commit 5b15372

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_includes/install-specmatic-tool.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ error() {
1818
echo -e "❌ \033[1;31m[ERROR]\033[0m $*"
1919
}
2020

21-
DOWNLOAD_DIR="$HOME/.specmatic"
21+
DOWNLOAD_DIR="~/.specmatic"
2222

2323
while [[ $# -gt 0 ]]; do
2424
case "$1" in

0 commit comments

Comments
 (0)