From 0963b33b2706e9fbdaa4eae215384d2bdf2c33f6 Mon Sep 17 00:00:00 2001 From: William Kennedy Date: Thu, 31 Dec 2020 05:52:02 +0000 Subject: [PATCH] added correct link to help debig inotify workers error on linux --- lib/listen/adapter/linux.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/listen/adapter/linux.rb b/lib/listen/adapter/linux.rb index ef197fb4..7963ec77 100644 --- a/lib/listen/adapter/linux.rb +++ b/lib/listen/adapter/linux.rb @@ -21,8 +21,9 @@ class Linux < Base private + WIKI_URL = 'https://github.com/guard/listen'\ - '/wiki/Increasing-the-amount-of-inotify-watchers' + '/blob/master/README.md#increasing-the-amount-of-inotify-watchers' INOTIFY_LIMIT_MESSAGE = <<-EOS.gsub(/^\s*/, '') FATAL: Listen error: unable to monitor directories for changes.