From: Timmy Willison Date: Mon, 13 Jul 2015 19:01:33 +0000 (-0400) Subject: Release: properly set the dist remote when it's a real release X-Git-Tag: 3.0.0-alpha1~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=c44dd7775b387094d8c921c7e839e3c266e4f2c8;p=jquery.git Release: properly set the dist remote when it's a real release --- diff --git a/build/release/dist.js b/build/release/dist.js index 7d134b429..f17ea4ba7 100644 --- a/build/release/dist.js +++ b/build/release/dist.js @@ -4,7 +4,7 @@ module.exports = function( Release, complete ) { fs = require( "fs" ), shell = require( "shelljs" ), pkg = require( Release.dir.repo + "/package.json" ), - distRemote = Release.remote.replace( "jquery", "jquery-dist" ), + distRemote = Release.remote.replace( "jquery.git", "jquery-dist.git" ), // These files are included with the distrubtion files = [ "src",