diff --git a/lib/vagrant-sshfs/cap/guest/linux/sshfs_forward_mount.rb b/lib/vagrant-sshfs/cap/guest/linux/sshfs_forward_mount.rb index adca3fb..36be3db 100644 --- a/lib/vagrant-sshfs/cap/guest/linux/sshfs_forward_mount.rb +++ b/lib/vagrant-sshfs/cap/guest/linux/sshfs_forward_mount.rb @@ -130,7 +130,8 @@ def self.windows_uninherit_handle(fileno) # module by calling For each open IO object. Much of this code was copied from # that module. We access the private methods by using the object.send(:method, args) # technique. In the future we want to get a patch upstream so we don't need to - # access privat methods. + # access private methods. Upstream request is here: + # https://github.com/djberg96/win32-process/pulls # Get the windows IO handle and make sure we were successful getting it handle = Process.send(:get_osfhandle, fileno)