Skip to content

Commit 080f343

Browse files
committed
Added more logs
1 parent f10c488 commit 080f343

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

INSTALL

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ INSTALL_PATH=$(command -v "$BINARY_NAME" 2>/dev/null || true)
1010
if [ -n "$INSTALL_PATH" ]; then
1111
# Binary already exists, replace it where it is
1212
TARGET_DIR=$(dirname "$INSTALL_PATH")
13+
echo "Previous install found $TARGET_DIR. Replacing..."
1314
else
1415
# Binary not found, check if $HOME/bin or $HOME/.local/bin is in the PATH
1516
if [[ ":$PATH:" == *":$HOME/bin:"* ]]; then

0 commit comments

Comments
 (0)