]> source.dussan.org Git - jquery.git/commitdiff
Release: properly set the dist remote when it's a real release
authorTimmy Willison <timmywillisn@gmail.com>
Mon, 13 Jul 2015 19:01:33 +0000 (15:01 -0400)
committerTimmy Willison <timmywillisn@gmail.com>
Mon, 13 Jul 2015 19:01:33 +0000 (15:01 -0400)
build/release/dist.js

index 7d134b429d255a913fa69e0a898ae36c8877240f..f17ea4ba70bfcfc411a4719552e68ceedb7ad66a 100644 (file)
@@ -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",