Skip to content

Commit

Permalink
Merge pull request #163 from sje30/patch-1
Browse files Browse the repository at this point in the history
Update ZenodoManager.R
  • Loading branch information
eblondel authored Jun 1, 2024
2 parents 32d4280 + b3a30f0 commit 0f501f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/ZenodoManager.R
Original file line number Diff line number Diff line change
Expand Up @@ -1338,7 +1338,7 @@ ZenodoManager <- R6Class("ZenodoManager",
result <- NULL
if(zenReq$getStatus() == 200){
result = ZenodoRecord$new(obj = zenReq$getResponse())
infoMsg = sprintf("Successfuly fetched record ford id %s", recid)
infoMsg = sprintf("Successfuly fetched record for id %s", recid)
cli::cli_alert_success(infoMsg)
self$INFO(infoMsg)
}else{
Expand Down

0 comments on commit 0f501f1

Please sign in to comment.