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:
Will Boyce 2018-10-19 18:12:02 +02:00
parent 67ebf7aa19
commit 332e731023
No known key found for this signature in database
GPG Key ID: 4E27760A85903481

View File

@ -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')