From 9162122ba80e507eb02568761252fcea30391104 Mon Sep 17 00:00:00 2001 From: Timmy Willison Date: Mon, 13 Jul 2015 15:01:33 -0400 Subject: [PATCH] Release: properly set the dist remote when it's a real release --- build/release/dist.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",