Update formatting of fs check message

This commit is contained in:
James Allen 2014-08-15 13:46:06 +01:00
parent fee8260a9c
commit 28e8645364

View file

@ -324,10 +324,10 @@ module.exports = (grunt) ->
Could not find directory "#{Settings.filestore.stores.user_files}".
Please check your configuration.
"""
callback()
else
grunt.log.writeln "Filestore other than FS configured. Not checking FS."
callback()
callback()
checkMake: (callback = (error) ->) ->
grunt.log.write "Checking make is installed... "