Skip to content

Commit 7af5168

Browse files
committed
git-commit-push-scriptsh updated
1 parent 60a721c commit 7af5168

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ if [ -n "$SQUISH_PORT" ]; then
152152
fi
153153

154154
# ── Debug: squish availability ───────────────────────────────────────────
155-
SQUISH_BIN=$(squish --version)
155+
SQUISH_BIN=$(command squish --version 2>/dev/null)
156156
if [ -n "$SQUISH_BIN" ]; then
157157
print_info "squish binary: ${CYAN}$SQUISH_BIN${NC}"
158158
else

0 commit comments

Comments
Β (0)