mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-08 20:04:14 +00:00
Merge pull request #289 from resin-io/help/device-init-primary
Don't make `device init` a primary command
This commit is contained in:
commit
11c0d2a847
@ -191,7 +191,6 @@ limitations under the License.
|
||||
}
|
||||
],
|
||||
permission: 'user',
|
||||
primary: true,
|
||||
action: function(params, options, done) {
|
||||
var Promise, capitano, helpers, patterns, resin, rimraf, tmp;
|
||||
Promise = require('bluebird');
|
||||
|
@ -262,7 +262,6 @@ exports.init =
|
||||
}
|
||||
]
|
||||
permission: 'user'
|
||||
primary: true
|
||||
action: (params, options, done) ->
|
||||
Promise = require('bluebird')
|
||||
capitano = Promise.promisifyAll(require('capitano'))
|
||||
|
Loading…
x
Reference in New Issue
Block a user