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) normalizeUuidProp(params)
child_process = require('child_process') child_process = require('child_process')
Promise = require('bluebird') Promise = require('bluebird')
resin = require('resin-sdk-preconfigured') resin = require('resin-sdk').fromSharedOptions()
_ = require('lodash') _ = require('lodash')
bash = require('bash') bash = require('bash')
hasbin = require('hasbin') hasbin = require('hasbin')