From d26c958edd1faf4e80961de62bebd8efa6005f79 Mon Sep 17 00:00:00 2001 From: Jorge Manrubia Date: Wed, 2 Oct 2013 17:00:47 +0200 Subject: [PATCH] Remove wrong comma --- libraries/manipulator.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/manipulator.rb b/libraries/manipulator.rb index a56c77b8..074e2528 100644 --- a/libraries/manipulator.rb +++ b/libraries/manipulator.rb @@ -230,7 +230,7 @@ def collect_and_flatten(contents) :hostname => entry.hostname, :aliases => entry.aliases, :comment => entry.comment, - :priority => !entry.calculated_priority? && entry.priority, + :priority => !entry.calculated_priority? && entry.priority ) end end