We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a3dd620 commit 60a721cCopy full SHA for 60a721c
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 2>/dev/null)
+SQUISH_BIN=$(squish --version)
156
if [ -n "$SQUISH_BIN" ]; then
157
print_info "squish binary: ${CYAN}$SQUISH_BIN${NC}"
158
else
0 commit comments