CB-13601: Fixing lint error and mis-spelling of variable

This commit is contained in:
Joe Bowser
2017-11-22 11:47:05 -08:00
parent 5d57eff612
commit d8f10c33dc
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -47,7 +47,6 @@ function parseOpts (options, resolvedTarget, projectRoot) {
keystoreType: String
}, {}, options.argv, 0);
// Android Studio Build method is the default
var ret = {
buildType: options.release ? 'release' : 'debug',