lib/eco/api/session/config/sftp.rb in eco-helpers-2.0.62 vs lib/eco/api/session/config/sftp.rb in eco-helpers-2.0.63
- old
+ new
@@ -60,12 +60,11 @@
def enviro_subpath
enviro_subpaths[config.active_enviro]
end
def remote_folder
- base_path + "/" + enviro_subpath
+ File.join(*[base_path, enviro_supath].compact)
end
-
end
end
end
end
end