Skip to content
This repository has been archived by the owner on May 5, 2023. It is now read-only.

Commit

Permalink
Merge pull request #376 from WindowsAzure/suwatch_deploy
Browse files Browse the repository at this point in the history
update hardcoded uri to fwlink
  • Loading branch information
suwatch committed Jun 5, 2012
2 parents 4ca4ae3 + 740803a commit 59dbe67
Show file tree
Hide file tree
Showing 5 changed files with 491 additions and 490 deletions.
2 changes: 1 addition & 1 deletion lib/cli/commands/account.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ exports.init = function (cli) {
.description('Launch a browser to download your publishsettings file')
.execute(function (options, callback) {
try {
var url = 'https://windows.azure-preview.com/download/publishprofile.aspx?client=nodejsxplat';
var url = constants.DEFAULT_PUBLISHINGPROFILE_URL;
common.launchBrowser(url);
log.help('Save the downloaded file, then execute the command');
log.help(' account import <file>');
Expand Down
Loading

0 comments on commit 59dbe67

Please sign in to comment.