mirror of
https://github.com/jekyll/jekyll.git
synced 2026-01-30 09:18:11 -05:00
Add parenthesis to the call for super
This commit is contained in:
@@ -4,7 +4,7 @@ module Jekyll
|
||||
attr_accessor :path
|
||||
|
||||
def initialize(msg, path)
|
||||
super msg
|
||||
super(msg)
|
||||
@path = path
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user