Fix comment spacing

This commit is contained in:
Juan Cruz Viotti 2015-02-05 08:56:52 -04:00
parent 780893b411
commit 0dba133b0a

View File

@ -142,7 +142,7 @@ exports.install =
if os.platform() is 'win32' and error? and (error.code is 'EPERM' or error.code is 'EACCES')
windosu = require('windosu')
# Need to escape everypath to avoid errors
# Need to escape every path to avoid errors
resinWritePath = "\"#{path.join(__dirname, '..', '..', 'bin', 'resin-write')}\""
windosu.exec("node #{resinWritePath} \"#{params.image}\" \"#{params.device}\"")
else