From 6ecac3b152b9ff6e6fd69af1efd4c5c5dafaf5be Mon Sep 17 00:00:00 2001 From: Dave Methvin Date: Sun, 16 Dec 2012 18:55:42 -0500 Subject: [PATCH] Use the right repo. --- build/release.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/build/release.js b/build/release.js index 4615eb954..f2ace6e52 100644 --- a/build/release.js +++ b/build/release.js @@ -20,8 +20,7 @@ var releaseVersion, scpURL = "jqadmin@code.origin.jquery.com:/var/www/html/code.jquery.com/", cdnURL = "http://code.origin.jquery.com/", - repoURL = "git://github.com/dmethvin/jquery.git", - //repoURL = "git://github.com/jquery/jquery.git", + repoURL = "git@github.com:jquery/jquery.git", // Windows needs the .cmd version but will find the non-.cmd // On Windows, ensure the HOME environment variable is set -- 2.39.5