rename variable

parent 4c82e248
Pipeline #815 failed with stages
in 0 seconds
......@@ -20,7 +20,7 @@ class CSVImporter
end
def get_file_csv
Net::FTP.open(NAME_DOMAIN, USERNAME_FTP, PASSWORD_FTP) do |ftp|
Net::FTP.open(NAME_DOMAIN, FTP_USERNAME, FTP_PASSWORD) do |ftp|
ftp.getbinaryfile('jobs.zip')
end
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment