Skip to content

Commit 13f9ba5

Browse files
committed
Fix missing space in echo -e command on line 83
1 parent d26bb5d commit 13f9ba5

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
@@ -80,7 +80,7 @@ tar xzf "$TEMP_FILE" -C "$TEMP_FOLDER" codecrafters
8080
chmod 0755 "$TEMP_FOLDER/codecrafters"
8181

8282
if ! mkdir -p "$INSTALL_DIR" 2>/dev/null; then
83-
echo -e"${MUTED}Note:${NC} You might need to enter your ${OS_NAME} user password to install."
83+
echo -e "${MUTED}Note:${NC} You might need to enter your ${OS_NAME} user password to install."
8484
sudo mkdir -p "$INSTALL_DIR"
8585
fi
8686

0 commit comments

Comments
 (0)