We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 438646b commit a3dd620Copy full SHA for a3dd620
βgit-commit-push-script.shβ
@@ -17,8 +17,6 @@ SQUISH_MODEL="${SQUISH_MODEL:-}"
17
# Squish server port β override if you run multiple squish servers concurrently.
18
SQUISH_PORT="${SQUISH_PORT:-8000}"
19
20
-# comment
21
-
22
# Colors
23
RED='\033[0;31m'
24
GREEN='\033[0;32m'
@@ -154,7 +152,7 @@ if [ -n "$SQUISH_PORT" ]; then
154
152
fi
155
153
156
# ββ Debug: squish availability βββββββββββββββββββββββββββββββββββββββββββ
157
-SQUISH_BIN=$(command -v squish 2>/dev/null)
+SQUISH_BIN=$(squish --version 2>/dev/null)
158
if [ -n "$SQUISH_BIN" ]; then
159
print_info "squish binary: ${CYAN}$SQUISH_BIN${NC}"
160
else
0 commit comments