lib/main.rb in echi-converter-0.3.0 vs lib/main.rb in echi-converter-0.3.1

- old
+ new

@@ -33,10 +33,10 @@ @log.info "Running..." #Our Main loop loop do #Process the files - ftp_files = fetch_ftp_files + fetch_ftp_files #Grab filenames from the to_process directory after an FTP fetch, so if the #system fails it may pick up where it left off to_process_dir = $workingdir + "/../files/to_process/" #Establish where to copy the processed files to \ No newline at end of file