mirror of
https://github.com/middleman/middleman.git
synced 2022-11-09 12:20:27 -05:00
wrong number of args in callback
This commit is contained in:
parent
f0c538925a
commit
c84830b30f
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ module Middleman
|
|||
instance_eval(&proc)
|
||||
end
|
||||
|
||||
SHARED_SERVER.after_build_callbacks.each do |name, proc|
|
||||
SHARED_SERVER.after_build_callbacks.each do |proc|
|
||||
instance_eval(&proc)
|
||||
end
|
||||
end
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
module Middleman
|
||||
VERSION = "2.0.1"
|
||||
VERSION = "2.0.1.1"
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue