Skip to content

Instantly share code, notes, and snippets.

@akollegger
Created July 27, 2009 21:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save akollegger/156760 to your computer and use it in GitHub Desktop.
Save akollegger/156760 to your computer and use it in GitHub Desktop.
bin/textmate diff
diff --git a/bin/textmate b/bin/textmate
index 56d6231..2fda421 100755
--- a/bin/textmate
+++ b/bin/textmate
@@ -130,8 +130,8 @@ class TextmateInstaller < Thor
private
def remote_bundle_locations
- { :'Macromates Trunk' => {:scm => :svn, :url => 'http://macromates.com/svn/Bundles/trunk/Bundles'},
- :'Macromates Review' => {:scm => :svn, :url => 'http://macromates.com/svn/Bundles/trunk/Review/Bundles'},
+ { :'Macromates Trunk' => {:scm => :svn, :url => 'http://svn.textmate.org/trunk/Bundles'},
+ :'Macromates Review' => {:scm => :svn, :url => 'http://svn.textmate.org/trunk/Review/Bundles'},
# :'Bunch of Git Bundles' => {:scm => :git, :url => 'git://NotImplemented'},
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment