build: Formatting fix

This commit is contained in:
Starbeamrainbowlabs 2019-01-20 23:15:40 +00:00
parent 3a166a0563
commit 6f7e682927
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

2
build
View File

@ -67,7 +67,7 @@ function task_setup {
task_end $?;
task_begin "Installing client dependencies";
echo "${HC}Not including developement dependencies. To complete setup for development, execute the ${CACTION}setup-dev${RS} ${HC}build task.${RS}";
echo -e "${HC}Not including developement dependencies. To complete setup for development, execute the ${CACTION}setup-dev${RS} ${HC}build task.${RS}";
npm install --production;
task_end $?;