mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 01:08:26 -05:00
I mean the argument and the local variable should be the same thing
This commit is contained in:
@@ -104,7 +104,7 @@ module Jekyll
|
||||
end
|
||||
end
|
||||
|
||||
def plugin_allowed?(name)
|
||||
def plugin_allowed?(gem_name)
|
||||
whitelist.include?(gem_name) || !self.safe
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user