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 """