Skip to content

Commit

Permalink
Merge branch 'master' of github.com:eblondel/zen4R
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Jun 3, 2024
2 parents 106eff1 + 0f501f1 commit ce01640
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 ce01640

Please sign in to comment.