lib/repl.rb in runeblog-0.0.97 vs lib/repl.rb in runeblog-0.0.98
- old
+ new
@@ -71,10 +71,10 @@
end
def cmd_rebuild(arg)
reset_output
check_empty(arg)
- puts
+ puts # CHANGE_FOR_CURSES?
files = @blog.find_src_slugs
files.each {|file| @blog.rebuild_post(file) }
nil
end