Merge pull request #1581 from jsdalton/bug/incorrect-file-watch-config

Fix misnamed config value which was causing --force-polling flag to b…
feature/livereload-locales-data
Thomas Reynolds 2015-08-10 16:58:17 -07:00
commit ee5e8ff4a1
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ module Middleman
# Setup source collection.
@sources = ::Middleman::Sources.new(app,
disable_watcher: app.config[:watcher_disable],
force_polling: app.config[:force_polling],
force_polling: app.config[:watcher_force_polling],
latency: app.config[:watcher_latency])
# Add default ignores.