Remove 'Using binary:' prefix from vt output

Simplify output to just show the path without redundant label
This commit is contained in:
Peter Steinberger 2025-07-29 15:26:26 +02:00
parent bc6633a635
commit 7a69ccb711

View file

@ -150,7 +150,7 @@ if [ -n "$VIBETUNNEL_PREFER_DERIVED_DATA" ] && [ -n "$VIBETUNNEL_BIN" ]; then
# Shorten path by removing /Contents/Resources/vibetunnel suffix
DISPLAY_PATH=$(prettify_path "$VIBETUNNEL_BIN")
DISPLAY_PATH=${DISPLAY_PATH%/Contents/Resources/vibetunnel}
echo -e "${GRAY}[VibeTunnel] Using binary: ${DISPLAY_PATH}${RESET}"
echo -e "${GRAY}[VibeTunnel] ${DISPLAY_PATH}${RESET}"
if [ -n "$VERSION_LINE" ] && [ -n "$BUILD_LINE" ]; then
echo -e "${GRAY}[VibeTunnel] Version: ${VERSION_LINE#VibeTunnel Server } (${BUILD_LINE})${RESET}"
elif [ -n "$VERSION_LINE" ]; then