diff options
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 |