fix newline character

This commit is contained in:
Antonin Delpeuch 2020-01-16 17:28:50 +01:00 committed by GitHub
parent fe4a585cf3
commit f9bef06488
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

2
refine
View File

@ -315,7 +315,7 @@ mvn_prepare() {
if [ -z "$MVN_HOME" ] ; then
cd $REFINE_TOOLS_DIR
if [ ! -f "$MVN_FILE" ] ; then
echo "/nCould not find Maven locally, starting download for Maven..."
echo "\nCould not find Maven locally, starting download for Maven..."
download $MVN_URL $MVN_FILE
fi
if [ ! -d "$MVN_DIR" ] ; then