Skip to content

Commit

Permalink
Merge pull request tilemill-project#2307 from mapbox/fix-upload-link
Browse files Browse the repository at this point in the history
Fix upload link
  • Loading branch information
ianshward committed May 9, 2014
2 parents 841627a + 05a11ca commit 94413a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion commands/export.bones
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,7 @@ command.prototype.upload = function (callback) {
var proxy = Bones.plugin.config.httpProxy || process.env.HTTP_PROXY;
var mapURL = _('<%=base%>/<%=account%>/map/<%=handle%>')
.template({
base: this.opts.syncURL,
base: 'https://tiles.mapbox.com',
account: this.opts.syncAccount,
handle: this.opts.project
});
Expand Down

0 comments on commit 94413a0

Please sign in to comment.