Skip to content

Commit

Permalink
Merge pull request #135 from majestc96/main
Browse files Browse the repository at this point in the history
Update datastore_interactions.R
  • Loading branch information
RobLBaker authored May 14, 2024
2 parents c7f3eb0 + 6ded026 commit bf9a310
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions R/datastore_interactions.R
Original file line number Diff line number Diff line change
Expand Up @@ -252,8 +252,8 @@ upload_data_package <- function(directory = here::here(),
crayon::blue$bold(substr(test_rjson$dateOfIssue, 1, 10)),
".\n\n", sep = "")
if (test_rjson$fileCount > 0) {
cat("The existing Reference already has files attached.")
cat("Use EMLeditor::remove_reference_files() before uploading new files.")
cat("The existing Reference already has files attached. ")
cat("Use EMLeditor::remove_datastore_files() before uploading new files.")
return()
}
}
Expand Down

0 comments on commit bf9a310

Please sign in to comment.