map: Inverted two lines.

This commit is contained in:
Glenn Y. Rolland 2011-08-09 22:30:23 +02:00
parent 8343912abb
commit d71a666dbb

View file

@ -143,8 +143,8 @@ module Qasim
# #
# FIXME: test connexion with Net::SSH + timeout or ask password # FIXME: test connexion with Net::SSH + timeout or ask password
@links.each do |name, remotepath| @links.each do |name, remotepath|
FileUtils.mkdir_p localpath
localpath = File.join ENV['HOME'], "mnt", name localpath = File.join ENV['HOME'], "mnt", name
FileUtils.mkdir_p localpath
cmd = "sshfs" cmd = "sshfs"
cmd_args = [ cmd_args = [
"-o","allow_root" , "-o","allow_root" ,