From b221d72311ffb8e5e9bc6910f80b3182ea83558d Mon Sep 17 00:00:00 2001 From: dheeyi william Date: Tue, 10 Oct 2017 16:01:37 -0400 Subject: [PATCH] FBI-2189 It is not possible to execute the "rake" command --- Rakefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Rakefile b/Rakefile index 7f75a4613..8ffc4d77f 100644 --- a/Rakefile +++ b/Rakefile @@ -143,7 +143,7 @@ def generateEnviromentVariables() content = content + "__env.USER_GUEST = " + JSON.generate(dataUser['constants']['userguest']) dir = "vendor/colosa/MichelangeloFE/src/enviroment/" # create a directory enviroment - Dir.mkdir dir + FileUtils.mkdir_p(dir) File.open(dir +'constants.js', 'w') { |fileWrite| fileWrite.write content + ';' }