I mean the argument and the local variable should be the same thing
This commit is contained in:
parent
5591ff2a6b
commit
e91db82d26
|
@ -104,7 +104,7 @@ module Jekyll
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def plugin_allowed?(name)
|
def plugin_allowed?(gem_name)
|
||||||
whitelist.include?(gem_name) || !self.safe
|
whitelist.include?(gem_name) || !self.safe
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue