Skip to content

Commit

Permalink
remove wrong log text
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel authored Aug 1, 2024
1 parent 8e573d8 commit 8be1dd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inst/actions/geosapi_publish_ogc_services.R
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ function(action, entity, config){
)
)
}else{
errMsg <- sprintf("Upload from local file(s): no zipped file found for source '%s' (%s)", filepath, datasource)
errMsg <- sprintf("Upload from local file(s): no file found for source '%s' (%s)", filepath, datasource)
config$logger.error(errMsg)
stop(errMsg)
}
Expand Down

0 comments on commit 8be1dd6

Please sign in to comment.