mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-23 23:42:24 +00:00
Fix comment spacing
This commit is contained in:
parent
780893b411
commit
0dba133b0a
@ -142,7 +142,7 @@ exports.install =
|
|||||||
if os.platform() is 'win32' and error? and (error.code is 'EPERM' or error.code is 'EACCES')
|
if os.platform() is 'win32' and error? and (error.code is 'EPERM' or error.code is 'EACCES')
|
||||||
windosu = require('windosu')
|
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')}\""
|
resinWritePath = "\"#{path.join(__dirname, '..', '..', 'bin', 'resin-write')}\""
|
||||||
windosu.exec("node #{resinWritePath} \"#{params.image}\" \"#{params.device}\"")
|
windosu.exec("node #{resinWritePath} \"#{params.image}\" \"#{params.device}\"")
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user