Skip to content

Commit f166099

Browse files
committed
chore: formatting
1 parent 34a4d5d commit f166099

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ install_path=".local/bin"
44
make
55

66
if [ -f ~/${install_path}/${bin_name} ]; then
7-
echo "ojo already exists in" ${install_path}
7+
echo "ojo already exists here: " ${install_path}
88
echo "the existing file will not be overwritten"
99
exit 1
1010
fi

0 commit comments

Comments
 (0)