]> 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:03:24 +0000 (15:03 -0400)
build/release/dist.js

index 98d6de30ea065f477416826f96d0af96444338ab..8a68ec2b04a0376795ca3d41bfd5ed786500a4c1 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-compat-dist" ),
+               distRemote = Release.remote.replace( "jquery.git", "jquery-compat-dist.git" ),
                // These files are included with the distrubtion
                files = [
                        "src",