From 14af0c68d031c88f004df6e615cd82c047d70a54 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 --- Gruntfile.coffee | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Gruntfile.coffee b/Gruntfile.coffee index c0274039c0..05611ab60d 100644 --- a/Gruntfile.coffee +++ b/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 """