Skip to content

Commit

Permalink
fix typos #382
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Mar 21, 2024
1 parent f9a37fb commit 67a0737
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/actions/geonapi_publish_iso_19139.R
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ function(action, entity, config){
published <- GN$publishThumbnail(mdId, uploaded$url, desc)
if(published){
config$logger.info(sprintf("Successfully published thumbnail '%s' to metadata '%s'",
entityt_thumbnail$link, mdId))
entity_thumbnail$link, mdId))
}else{
config$logger.error(sprintf("Error while publishing thumbnail file '%s' to metadata '%s'",
entity_thumbnail$link, mdId))
Expand Down

0 comments on commit 67a0737

Please sign in to comment.