Skip to content

Commit

Permalink
removed puts
Browse files Browse the repository at this point in the history
  • Loading branch information
edeustace committed Aug 23, 2012
1 parent 7c800d3 commit 3da0bb3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion bin/jekyll
Expand Up @@ -147,7 +147,6 @@ opts = OptionParser.new do |opts|
end

opts.on( "--keep-files filename1,filename2", Array, "Whether to keep files that match the filename (default: .git)") do |names|
puts "keep-files option: #{names}"
options['keep_files'] = names
end
end
Expand Down

0 comments on commit 3da0bb3

Please sign in to comment.