diff options
author | Timmy Willison <timmywillisn@gmail.com> | 2015-07-13 15:01:33 -0400 |
---|---|---|
committer | Timmy Willison <timmywillisn@gmail.com> | 2015-07-13 15:03:24 -0400 |
commit | 9162122ba80e507eb02568761252fcea30391104 (patch) | |
tree | 3a2f9c606c5067a21436f86a92937e8905b78966 /build | |
parent | 8565f54257df78ac0555435b77f121c5bb826ce0 (diff) | |
download | jquery-9162122ba80e507eb02568761252fcea30391104.tar.gz jquery-9162122ba80e507eb02568761252fcea30391104.zip |
Release: properly set the dist remote when it's a real release
Diffstat (limited to 'build')
-rw-r--r-- | build/release/dist.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/release/dist.js b/build/release/dist.js index 98d6de30e..8a68ec2b0 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-compat-dist" ), + distRemote = Release.remote.replace( "jquery.git", "jquery-compat-dist.git" ), // These files are included with the distrubtion files = [ "src", |