Skip to content

Commit c617423

Browse files
committed
ensure linux script is LF
1 parent c15e494 commit c617423

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.gitattributes

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto eol=lf

docs/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ create_shortcuts() {
126126

127127
# add app to path
128128
add_app_to_path() {
129-
echo "Adding shorthand to PATH..."
129+
echo "Adding shorthand $INSTALL_DIR to PATH..."
130130

131131
if [ -z "$INSTALL_DIR" ]; then
132132
echo "Install directory is undefined or empty."

0 commit comments

Comments
 (0)