Skip to content

Commit

Permalink
sshfs_forward_mount: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
dustymabe committed Jul 28, 2016
1 parent 02935a6 commit a90efa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/vagrant-sshfs/cap/guest/linux/sshfs_forward_mount.rb
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def self.sshfs_slave_mount(machine, opts, hostpath, expanded_guest_path)
mounted = false
for i in 0..6
machine.ui.info("Checking Mount..")
if self.sshfs_is_folder_mounted(machine, opts)
if self.sshfs_forward_is_folder_mounted(machine, opts)
mounted = true
break
end
Expand Down

0 comments on commit a90efa5

Please sign in to comment.