Don't make device init a primary command

Unlikely that a user will run this directly having the more high level
`quickstart`.
This commit is contained in:
Juan Cruz Viotti 2016-01-11 16:00:07 -04:00
parent 6d48fcfd6f
commit 2be105d329
2 changed files with 0 additions and 2 deletions

View File

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

View File

@ -262,7 +262,6 @@ exports.init =
}
]
permission: 'user'
primary: true
action: (params, options, done) ->
Promise = require('bluebird')
capitano = Promise.promisifyAll(require('capitano'))