Skip to content

Commit

Permalink
fix call to deprecated model
Browse files Browse the repository at this point in the history
  • Loading branch information
Luciano Sousa committed Sep 25, 2012
1 parent 726e61b commit 8d69bbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/watchr.rb
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ def debug(msg)
#
def handler
@handler ||=
case ENV['HANDLER'] || Config::CONFIG['host_os']
case ENV['HANDLER'] || RbConfig::CONFIG['host_os']
when /darwin|mach|osx|fsevents?/i
if Watchr::HAVE_FSE
Watchr::EventHandler::Darwin
Expand Down

0 comments on commit 8d69bbd

Please sign in to comment.