Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes package call for do ftp get. #604

Merged
merged 1 commit into from
Apr 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion config/settings/development.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ package_file_transfer_pl_sql_jobs:
get_ftp:
text: 'Do FTP Get'
confirm: 'Do FTP get started'
command: 'vnd_afs_files.vnd_do_ftp_gen'
command: 'vnd_ftp_files.vnd_do_ftp_gen'
desc: 'FTP files listed in the VND_FILES_GEN table that are ready to process.
Note that this action may take a long time, since it is fetching data from one or more remote sites.'
sunet_ids:
Expand Down
2 changes: 1 addition & 1 deletion config/settings/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ package_file_transfer_pl_sql_jobs:
get_ftp:
text: 'Do FTP Get'
confirm: 'Do FTP get started'
command: 'vnd_afs_files.vnd_do_ftp_gen'
command: 'vnd_ftp_files.vnd_do_ftp_gen'
desc: 'FTP files listed in the VND_FILES_GEN table that are ready to process.
Note that this action may take a long time, since it is fetching data from one or more remote sites.'
sunet_ids:
Expand Down