Skip to content

Commit

Permalink
Merge remote branch 'nex3/master'
Browse files Browse the repository at this point in the history
Conflicts:
	lib/fssm/backends/inotify.rb
  • Loading branch information
ttilley committed Jan 18, 2010
2 parents 416a7e9 + a8a9a8d commit 0dfec88
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fssm/path.rb
Expand Up @@ -81,7 +81,7 @@ def split_path(path)

def set_path(path)
path = FSSM::Pathname.for(path)
raise FSSM::FileNotFoundError, "#{path}" unless path.exist?
raise FSSM::FileNotFoundError, "No such file or directory - #{path}" unless path.exist?
@path = path.expand_path
end

Expand Down

0 comments on commit 0dfec88

Please sign in to comment.