From c44dd7775b387094d8c921c7e839e3c266e4f2c8 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 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", -- 2.39.5