diff --git a/lib/file_system/backends/fs_inotify.ex b/lib/file_system/backends/fs_inotify.ex index 8f04ff7..34fd664 100644 --- a/lib/file_system/backends/fs_inotify.ex +++ b/lib/file_system/backends/fs_inotify.ex @@ -125,7 +125,7 @@ defmodule FileSystem.Backends.FSInotify do port = Port.open( {:spawn_executable, '/bin/sh'}, - [:stream, :exit_status, {:line, 16384}, {:args, all_args}, {:cd, System.tmp_dir!()}] + [:stream, :exit_status, {:line, 16384}, {:args, all_args}] ) Process.link(port)