Add parenthesis to the call for super
This commit is contained in:
parent
6d74b4df00
commit
92750c3cfd
|
@ -4,7 +4,7 @@ module Jekyll
|
||||||
attr_accessor :path
|
attr_accessor :path
|
||||||
|
|
||||||
def initialize(msg, path)
|
def initialize(msg, path)
|
||||||
super msg
|
super(msg)
|
||||||
@path = path
|
@path = path
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue