Skip to content

Commit

Permalink
Merge branch 'master' of github.com:r-geoflow/geoflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Oct 27, 2024
2 parents cd71753 + 8be1dd6 commit f765a8f
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 f765a8f

Please sign in to comment.