lib/eco/api/usecases/default_cases/samples/sftp_case.rb in eco-helpers-2.0.48 vs lib/eco/api/usecases/default_cases/samples/sftp_case.rb in eco-helpers-2.0.49
- old
+ new
@@ -26,10 +26,10 @@
raise "You should redefine the file_pattern function as a RegEx expression that matches the target remote file"
end
# Ex: "/IN/Personnel"
def remote_subfolder
- raise "You should redefine remote_subfolder as the folder where the target file sits"
+ raise "You should redefine remote_subfolder as the folder where the target file sits. Ex: /IN/Personnel"
end
def archive_subfolder
"Archive"
end