Fix syntax error in bin/gollum
This commit is contained in:
@@ -105,7 +105,6 @@ MSG
|
|||||||
opts.on("--no-edit", "Disable the feature of editing pages.") do
|
opts.on("--no-edit", "Disable the feature of editing pages.") do
|
||||||
wiki_options[:allow_editing] = false
|
wiki_options[:allow_editing] = false
|
||||||
end
|
end
|
||||||
end
|
|
||||||
opts.on("--follow-renames", "Follow pages across renames in the History view. Default except on jruby.") do
|
opts.on("--follow-renames", "Follow pages across renames in the History view. Default except on jruby.") do
|
||||||
wiki_options[:follow_renames] = true
|
wiki_options[:follow_renames] = true
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user