I mean the argument and the local variable should be the same thing

This commit is contained in:
Parker Moore
2013-12-06 01:07:34 -05:00
parent 5591ff2a6b
commit e91db82d26

View File

@@ -104,7 +104,7 @@ module Jekyll
end
end
def plugin_allowed?(name)
def plugin_allowed?(gem_name)
whitelist.include?(gem_name) || !self.safe
end