mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
Merge pull request #1029 from balena-io/fix-os-config
Fix missing import in `os configure`
This commit is contained in:
commit
841d1927a9
@ -148,6 +148,7 @@ exports.download =
|
||||
.nodeify(done)
|
||||
|
||||
buildConfig = (image, deviceType, advanced = false) ->
|
||||
Promise = require('bluebird')
|
||||
form = require('resin-cli-form')
|
||||
helpers = require('../utils/helpers')
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user