diff options
author | Dave Methvin <dave.methvin@gmail.com> | 2012-12-16 18:55:42 -0500 |
---|---|---|
committer | Dave Methvin <dave.methvin@gmail.com> | 2012-12-16 18:55:42 -0500 |
commit | 6ecac3b152b9ff6e6fd69af1efd4c5c5dafaf5be (patch) | |
tree | 05614f1d2ed09bf44468b7d13f2dc967a460761d /build | |
parent | bddd10037a31aad68b5bb69f0b76dd0dd0ecb8af (diff) | |
download | jquery-6ecac3b152b9ff6e6fd69af1efd4c5c5dafaf5be.tar.gz jquery-6ecac3b152b9ff6e6fd69af1efd4c5c5dafaf5be.zip |
Use the right repo.
Diffstat (limited to 'build')
-rw-r--r-- | build/release.js | 3 |
1 files changed, 1 insertions, 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 |