From 750e2ee6771ef5a2e91a29197471702ffe7e2a45 Mon Sep 17 00:00:00 2001 From: Dawa Ometto Date: Fri, 14 Apr 2017 00:28:44 +0200 Subject: [PATCH] Fix syntax error in bin/gollum --- bin/gollum | 1 - 1 file changed, 1 deletion(-) diff --git a/bin/gollum b/bin/gollum index 2d3ec04c..5ec045f5 100755 --- a/bin/gollum +++ b/bin/gollum @@ -105,7 +105,6 @@ MSG opts.on("--no-edit", "Disable the feature of editing pages.") do wiki_options[:allow_editing] = false end - end opts.on("--follow-renames", "Follow pages across renames in the History view. Default except on jruby.") do wiki_options[:follow_renames] = true end