We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 60a721c commit 7af5168Copy full SHA for 7af5168
1 file changed
βgit-commit-push-script.shβ
@@ -152,7 +152,7 @@ if [ -n "$SQUISH_PORT" ]; then
152
fi
153
154
# ββ Debug: squish availability βββββββββββββββββββββββββββββββββββββββββββ
155
-SQUISH_BIN=$(squish --version)
+SQUISH_BIN=$(command squish --version 2>/dev/null)
156
if [ -n "$SQUISH_BIN" ]; then
157
print_info "squish binary: ${CYAN}$SQUISH_BIN${NC}"
158
else
0 commit comments