make modern guard happy

This commit is contained in:
John Bintz 2012-06-12 13:45:03 -04:00
parent 89e18ef84d
commit 291782e101
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ module Guard
runner.stop
end
def run_on_change(paths)
def run_on_changes(paths)
reload
end
end