Fix style.

This commit is contained in:
bootstraponline
2012-07-17 11:19:54 -06:00
parent 454fce09c6
commit ccdbd71517
+4 -5
View File
@@ -82,11 +82,10 @@ rescue OptionParser::InvalidOption
exit exit
end end
if wiki_options[:gollum_path] then # --gollum-path wins over ARGV[0]
gollum_path = wiki_options[:gollum_path] gollum_path = wiki_options[:gollum_path] ?
else wiki_options[:gollum_path] :
gollum_path = ARGV[0] || Dir.pwd ARGV[0] || Dir.pwd
end
if options['irb'] if options['irb']
require 'irb' require 'irb'