Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Sep 5, 2023
1 parent bf334d4 commit ef05324
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/actions/zen4R_deposit_record.R
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ function(action, entity, config){
#basic record description
zenodo_metadata$setTitle(entity$titles[["title"]])
zenodo_metadata$setDescription(entity$descriptions[["abstract"]])
zenod_metadata$setNotes(entity$descriptions[["info"]])
zenodo_metadata$setNotes(entity$descriptions[["info"]])

#keywords (free text) & subjects
zenodo_metadata$metadata$keywords <- list()
Expand Down

0 comments on commit ef05324

Please sign in to comment.