From 0d6cf9e25f419cd048be164e58240f0dd251b015 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 31 Aug 2014 10:50:33 -0700 Subject: [PATCH] commands/rsync-auto: fix typo --- plugins/synced_folders/rsync/command/rsync_auto.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/synced_folders/rsync/command/rsync_auto.rb b/plugins/synced_folders/rsync/command/rsync_auto.rb index 82b573a7f..0ae393113 100644 --- a/plugins/synced_folders/rsync/command/rsync_auto.rb +++ b/plugins/synced_folders/rsync/command/rsync_auto.rb @@ -113,7 +113,7 @@ module VagrantPlugins end @logger.info("Listening via: #{Listen::Adapter.select.inspect}") callback = method(:callback).to_proc.curry[paths] - listopts = { ignore: ignores, force_polling: !!opts[:poll] } + listopts = { ignore: ignores, force_polling: !!options[:poll] } listener = Listen.to(*paths.keys, listopts, &callback) # Create the callback that lets us know when we've been interrupted