Update logs action to use the MC SDK

This commit is contained in:
Tim Perry 2018-06-29 20:08:10 +02:00
parent 10a9840b34
commit 7cb27283c5

View File

@ -47,7 +47,7 @@ module.exports =
primary: true
action: (params, options, done) ->
normalizeUuidProp(params)
resin = require('resin-sdk-preconfigured')
resin = require('resin-sdk').fromSharedOptions()
moment = require('moment')
printLine = (line) ->