File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -117,14 +117,14 @@ update_nhsn_data_raw <- function() {
117
117
# that have the same ETag. (I don't feel like rederiving AWS S3's ETag field
118
118
# and computing ahead of time.)
119
119
delete_df <- delete_duplicates_from_s3_by_etag(config $ s3_bucket , config $ raw_file_name_prefix , dry_run = FALSE )
120
- cli_inform(" Deleted {nrow(delete_df)} duplicate files from S3." )
121
120
if (nrow(delete_df ) > 0 ) {
121
+ cli_inform(" Deleted {nrow(delete_df)} duplicate files from S3." )
122
122
cli_inform(" Deleted files:" )
123
123
cli_inform(paste0(" - " , delete_df $ Key ))
124
124
} else {
125
125
cli_inform(" No duplicate files to delete." )
126
126
}
127
- cli_inform(" Finished downloading NHSN data." )
127
+ cli_inform(" Finished fetching NHSN data." )
128
128
}
129
129
130
130
# ' Process Raw NHSN Data File
You can’t perform that action at this time.
0 commit comments