mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-21 06:33:28 +00:00
Update logs action to use the MC SDK
This commit is contained in:
parent
10a9840b34
commit
7cb27283c5
@ -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) ->
|
||||
|
Loading…
Reference in New Issue
Block a user