Skip to content

Commit

Permalink
Merge pull request #5563 from cb1kenobi/timob-16748_3_2_X_hybrid
Browse files Browse the repository at this point in the history
[TIMOB-16748] Updated the wp8 publisher guid setting name.
  • Loading branch information
cb1kenobi committed Mar 31, 2014
2 parents 26884de + 4bfcf39 commit 8408968
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobileweb/cli/commands/_build.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ MobileWebBuilder.prototype.config = function config(logger, config, cli) {
};

conf.options['wp8-publisher-guid'] = {
default: config.get('windows.wp8PublisherGuid'),
default: config.get('wp8.publisherGuid'),
desc: __('your publisher GUID, obtained from %s', 'http://appcelerator.com/windowsphone'.cyan),
hint: __('guid'),
order: 120,
Expand Down

0 comments on commit 8408968

Please sign in to comment.