Skip to content

Commit 40b9f95

Browse files
senkflovilmart
authored andcommitted
Fix small display errors (#3500)
* Add missing '$' to declare variable * Move \n to correct position
1 parent 15eafd4 commit 40b9f95

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bootstrap.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,10 @@ confirm 'Y' 'Do you want to continue? (Y/n): '
9595
check_node
9696
check_npm
9797

98-
printf "Setting up parse-server in %s" "${INSTALL_DIR}\n"
98+
printf "Setting up parse-server in %s\n" "${INSTALL_DIR}"
9999

100100
if [ -d "${INSTALL_DIR}" ]; then
101-
echo "{CHECK} ${INSTALL_DIR} exists"
101+
echo "${CHECK} ${INSTALL_DIR} exists"
102102
else
103103
mkdir -p "${INSTALL_DIR}"
104104
echo "${CHECK} Created ${INSTALL_DIR}"

0 commit comments

Comments
 (0)