mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
Fix some issues with Resin-SDK usage after initial testing
This commit is contained in:
parent
5bbb055cd9
commit
7a4de5357e
@ -29,7 +29,7 @@ limitations under the License.
|
||||
|
||||
president = Promise.promisifyAll(require('president'));
|
||||
|
||||
resin = require('./resin-sdk');
|
||||
resin = require('../resin-sdk');
|
||||
|
||||
imagefs = require('resin-image-fs');
|
||||
|
||||
|
@ -28,7 +28,7 @@ limitations under the License.
|
||||
|
||||
visuals = require('resin-cli-visuals');
|
||||
|
||||
resin = require('./resin-sdk');
|
||||
resin = require('../resin-sdk');
|
||||
|
||||
chalk = require('chalk');
|
||||
|
||||
|
@ -19,7 +19,7 @@ capitano = Promise.promisifyAll(require('capitano'))
|
||||
_ = require('lodash')
|
||||
_.str = require('underscore.string')
|
||||
president = Promise.promisifyAll(require('president'))
|
||||
resin = require('./resin-sdk')
|
||||
resin = require('../resin-sdk')
|
||||
imagefs = require('resin-image-fs')
|
||||
rindle = require('rindle')
|
||||
os = require('os')
|
||||
|
@ -18,7 +18,7 @@ _ = require('lodash')
|
||||
Promise = require('bluebird')
|
||||
form = require('resin-cli-form')
|
||||
visuals = require('resin-cli-visuals')
|
||||
resin = require('./resin-sdk')
|
||||
resin = require('../resin-sdk')
|
||||
chalk = require('chalk')
|
||||
validation = require('./validation')
|
||||
messages = require('./messages')
|
||||
|
Loading…
Reference in New Issue
Block a user