Skip to content

Commit

Permalink
#262 fix wrong script assignment for geonapi action
Browse files Browse the repository at this point in the history
  • Loading branch information
eblondel committed Jun 1, 2022
1 parent 2f3e63d commit ca55e31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/geoflow_action.R
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ register_actions <- function(){
group = list(def = "Geonetwork user group to which the metadata should be associated", class = "character", default = "1"),
category = list(def = "Category of metadata resources to which the metadata record should be associated", class = "character", default = "datasets")
),
fun = source(system.file("actions", "ows4R_publish_iso_19139.R", package = "geoflow"))$value
fun = source(system.file("actions", "geonapi_publish_iso_19139.R", package = "geoflow"))$value
),
geoflow_action$new(
id = "geosapi-publish-ogc-services",
Expand Down

0 comments on commit ca55e31

Please sign in to comment.