public
Fork of jackdempsey/dm-thor
Description: Thor tasks for DataMapper
Clone URL: git://github.com/tooky/dm-thor.git
fixing repository location to use sam
tooky (author)
Fri Aug 29 04:45:03 -0700 2008
commit  52d34c9f791bb53ebddcdc8e83420129069cc74b
tree    7eb10240a9520fcd272934eef8c150f8c742d513
parent  a23f461c8f54c4c17c3ee212e53ce27a233543a6
...
13
14
15
16
 
17
18
19
...
13
14
15
 
16
17
18
19
0
@@ -13,7 +13,7 @@ class Dm < Thor
0
     require "fileutils"
0
     FileUtils.mkdir("dm")
0
     FileUtils.cd("dm")
0
- DM_REPOS.each {|r| system("git clone git://github.com/wycats/#{r}.git") }
0
+ DM_REPOS.each {|r| system("git clone git://github.com/sam/#{r}.git") }
0
   end
0
   
0
   desc 'update', 'Update your local dm repositories. Run from inside the top-level dm directory.'

Comments

    No one has commented yet.