Skip to content

Commit

Permalink
Fix outdated comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
dustymabe committed Jul 28, 2016
1 parent bbe97da commit d3e4d8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-sshfs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# Only load the gem on Windows since it replaces some methods in Ruby's
# Process class. Also load it here before Process.uid is called the first
# time by Vagrant. The Process.create() function actually gets used in
# lib/vagrant-sshfs/cap/linux/sshfs_mount.rb
# lib/vagrant-sshfs/cap/guest/linux/sshfs_forward_mount.rb
if Vagrant::Util::Platform.windows?
require 'win32/process'
end
Expand Down

0 comments on commit d3e4d8e

Please sign in to comment.