Skip to content

Commit

Permalink
Remove 'OK' from rake.
Browse files Browse the repository at this point in the history
  • Loading branch information
nelstrom committed Nov 16, 2010
1 parent 13a3bf4 commit db22dc3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ require 'palette'
task :default => :generate

task :generate do
puts "OK"
Dir.glob("src/**").map do |scheme|
filename = File.basename(scheme, ".rb")
colorscheme = "colors/#{filename}.vim"
Expand Down

0 comments on commit db22dc3

Please sign in to comment.