Skip to content

Commit 20d61bf

Browse files
authored
Build: Fix typo in CDN repo name
https://github.com/jquery/codeorigin.jquery.com, not .org
1 parent c12e1ab commit 20d61bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/release.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ function pushToRemote( next ) {
196196
function remindAboutCDN( next ) {
197197
console.log( chalk.red( "TODO: Update CDN with jquery-migrate." +
198198
releaseVersion + " files (min and regular)" ) );
199-
console.log( chalk.red( " clone codeorigin.jquery.org, git add files, commit, push" ) );
199+
console.log( chalk.red( " clone codeorigin.jquery.com, git add files, commit, push" ) );
200200
next();
201201
}
202202

0 commit comments

Comments
 (0)