Skip to content

Commit

Permalink
Merge branch 'master' of github.com:isleofcode/corber
Browse files Browse the repository at this point in the history
  • Loading branch information
alexblom committed Aug 17, 2018
2 parents c0ae57d + a3490d9 commit e9011d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/commands/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ module.exports = Command.extend({
{ name: 'cdv-min-sdk-version', type: String },
{ name: 'cdv-build-tools-version', type: String },
{ name: 'cdv-compile-sdk-version', type: String },
{ name: 'cdv-debug-sigining-properties-file', type: String },
{ name: 'cdv-release-sigining-properties-file', type: String }
{ name: 'cdv-debug-signing-properties-file', type: String },
{ name: 'cdv-release-signing-properties-file', type: String }

],
/* eslint-enable max-len */
Expand Down

0 comments on commit e9011d4

Please sign in to comment.