tasks/git.rake in ramaze-2010.06.18 vs tasks/git.rake in ramaze-2011.01
- old
+ new
@@ -1,12 +1,12 @@
namespace :git do
task :anon do
- sh 'git config remote.origin.url git://github.com/manveru/ramaze'
+ sh 'git config remote.origin.url git://github.com/Ramaze/ramaze'
puts "You're now accessing ramaze anonymous"
end
task :committer do
- sh 'git config remote.origin.url git@github.com:manveru/ramaze'
+ sh 'git config remote.origin.url git@github.com:Ramaze/ramaze'
puts "You're now accessing ramaze as committer"
end
desc 'Update from repository'
task :update do