From fee8260a9c49ea1eb1c0d2185d915c18eacce9fe Mon Sep 17 00:00:00 2001 From: James Allen Date: Fri, 15 Aug 2014 13:45:26 +0100 Subject: [PATCH] Update formatting of fs check message --- server-ce/Gruntfile.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/server-ce/Gruntfile.coffee b/server-ce/Gruntfile.coffee index c0274039c0..05611ab60d 100644 --- a/server-ce/Gruntfile.coffee +++ b/server-ce/Gruntfile.coffee @@ -313,11 +313,11 @@ module.exports = (grunt) -> checkFS: (callback = (error) ->) -> Settings = require "settings-sharelatex" if Settings.filestore.backend=="fs" - grunt.log.write "Checking FS configuration..." + grunt.log.write "Checking FS configuration... " fs = require("fs") fs.exists Settings.filestore.stores.user_files, (exists) -> if exists - grunt.log.write "OK." + grunt.log.writeln "OK." else grunt.log.error "FAIL." grunt.log.errorlns """