From 67a0737836ee4748f27d6e0d5d3ff126b0dd746e Mon Sep 17 00:00:00 2001 From: eblondel Date: Thu, 21 Mar 2024 09:53:10 +0100 Subject: [PATCH] fix typos #382 --- inst/actions/geonapi_publish_iso_19139.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inst/actions/geonapi_publish_iso_19139.R b/inst/actions/geonapi_publish_iso_19139.R index 61c2a52d..0eea2f46 100644 --- a/inst/actions/geonapi_publish_iso_19139.R +++ b/inst/actions/geonapi_publish_iso_19139.R @@ -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))