Skip to content

Commit c44dd77

Browse files
committed
Release: properly set the dist remote when it's a real release
1 parent a2ae215 commit c44dd77

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/release/dist.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ module.exports = function( Release, complete ) {
44
fs = require( "fs" ),
55
shell = require( "shelljs" ),
66
pkg = require( Release.dir.repo + "/package.json" ),
7-
distRemote = Release.remote.replace( "jquery", "jquery-dist" ),
7+
distRemote = Release.remote.replace( "jquery.git", "jquery-dist.git" ),
88
// These files are included with the distrubtion
99
files = [
1010
"src",

0 commit comments

Comments
 (0)