mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-08 20:04:14 +00:00
ssh: Move from resin-sdk-preconfigured to resin-sdk
Change-type: patch Signed-off-by: Will Boyce <will@resin.io>
This commit is contained in:
parent
67ebf7aa19
commit
332e731023
@ -58,7 +58,7 @@ module.exports =
|
||||
normalizeUuidProp(params)
|
||||
child_process = require('child_process')
|
||||
Promise = require('bluebird')
|
||||
resin = require('resin-sdk-preconfigured')
|
||||
resin = require('resin-sdk').fromSharedOptions()
|
||||
_ = require('lodash')
|
||||
bash = require('bash')
|
||||
hasbin = require('hasbin')
|
||||
|
Loading…
x
Reference in New Issue
Block a user