lib/repl.rb in runeblog-0.2.88 vs lib/repl.rb in runeblog-0.2.89
- old
+ new
@@ -1,7 +1,6 @@
require 'runeblog'
-require 'global'
require 'ostruct'
require 'helpers-repl' # FIXME structure
make_exception(:PublishError, "Error during publishing")
make_exception(:EditorProblem, "Could not edit $1")
@@ -185,10 +184,10 @@
def cmd_publish(arg, testing = false)
# Future Hal says please refactor this
puts unless testing
reset_output
unless @blog.view.can_publish?
- msg = "Can't publish... see globals.lt3"
+ msg = "Can't publish... see global.lt3"
puts msg unless testing
output! msg
return @out
end