lib/repl.rb in runeblog-0.2.69 vs lib/repl.rb in runeblog-0.2.70

- old
+ new

@@ -253,10 +253,10 @@ output name + "\n" puts "\n ", fx(name, :bold), "\n" unless testing return @out else if @blog.view?(arg) - @blog.view = arg # reads config + @blog.view = arg output "View: " + @blog.view.name.to_s puts "\n ", fx(arg, :bold), "\n" unless testing end end return @out