mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 17:33:18 +00:00
Send outputFile to done() in os.download
This commit is contained in:
parent
9f4ae4ac3f
commit
3f51739e2e
@ -91,7 +91,7 @@ exports.download =
|
||||
], (error) ->
|
||||
return done(error) if error?
|
||||
console.info("\nFinished downloading #{outputFile}")
|
||||
return done()
|
||||
return done(null, outputFile)
|
||||
|
||||
exports.install =
|
||||
signature: 'os install <image> [device]'
|
||||
|
Loading…
x
Reference in New Issue
Block a user