Skip to content

Commit a3dd620

Browse files
committed
git-commit-push-scriptsh updated
1 parent 438646b commit a3dd620

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

β€Žgit-commit-push-script.shβ€Ž

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,6 @@ SQUISH_MODEL="${SQUISH_MODEL:-}"
1717
# Squish server port β€” override if you run multiple squish servers concurrently.
1818
SQUISH_PORT="${SQUISH_PORT:-8000}"
1919

20-
# comment
21-
2220
# Colors
2321
RED='\033[0;31m'
2422
GREEN='\033[0;32m'
@@ -154,7 +152,7 @@ if [ -n "$SQUISH_PORT" ]; then
154152
fi
155153

156154
# ── Debug: squish availability ───────────────────────────────────────────
157-
SQUISH_BIN=$(command -v squish 2>/dev/null)
155+
SQUISH_BIN=$(squish --version 2>/dev/null)
158156
if [ -n "$SQUISH_BIN" ]; then
159157
print_info "squish binary: ${CYAN}$SQUISH_BIN${NC}"
160158
else

0 commit comments

Comments
Β (0)