This commit is contained in:
Gregory Eremin
2013-06-06 22:55:21 +04:00
parent 971ef5e530
commit 04a9f70b26
85 changed files with 115 additions and 137 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ module Rake
alias_method :original_execute, :execute
def execute(args)
RakeControl.wrap(name, comment) do
Burden.wrap(name, comment) do
original_execute(args)
end
end