mirror of
https://github.com/edcommonwealth/sqm-dashboards.git
synced 2026-03-07 21:48:16 -08:00
update default folder for survey responses
This commit is contained in:
parent
7a159f7ddf
commit
b1200dca33
1 changed files with 1 additions and 1 deletions
|
|
@ -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|
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue