We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cebf84c commit 5b15372Copy full SHA for 5b15372
_includes/install-specmatic-tool.sh
@@ -18,7 +18,7 @@ error() {
18
echo -e "❌ \033[1;31m[ERROR]\033[0m $*"
19
}
20
21
-DOWNLOAD_DIR="$HOME/.specmatic"
+DOWNLOAD_DIR="~/.specmatic"
22
23
while [[ $# -gt 0 ]]; do
24
case "$1" in
0 commit comments