Skip to content

Commit

Permalink
don't print README.markdown in install.rb script
Browse files Browse the repository at this point in the history
  • Loading branch information
Amos Elliston committed Sep 3, 2009
1 parent 1903ae1 commit 9dbb330
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions install.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,3 @@
FileUtils.cp(File.join(root, 'config', config), File.join(RAILS_ROOT, 'config', config))
FileUtils.cp(File.join(root, 'script', script), File.join(RAILS_ROOT, 'script', script))
puts "\n\ninstalled #{ [config, script].join(", ") } \n\n"

puts IO.read(File.join(root, 'README.txt'))

0 comments on commit 9dbb330

Please sign in to comment.