diff --git a/app/services/sftp/directory.rb b/app/services/sftp/directory.rb index f0cd4267..ae3621d8 100644 --- a/app/services/sftp/directory.rb +++ b/app/services/sftp/directory.rb @@ -4,7 +4,7 @@ require 'csv' module Sftp class Directory - def self.open(path: '/data/survey_responses/', &block) + def self.open(path: '/data/survey_responses/clean', &block) sftptogo_url = ENV['SFTPTOGO_URL'] uri = URI.parse(sftptogo_url) Net::SFTP.start(uri.host, uri.user, password: uri.password) do |sftp|