use the same name generation procedure of the mapping

This commit is contained in:
Alessia Bardi 2020-06-24 12:59:03 +02:00
parent 743d948d1c
commit 474ae69df8
2 changed files with 2 additions and 2 deletions

View File

@ -154,7 +154,7 @@ public class GCatAPIClient {
}
protected String getCatalogueNameFrom(final String objIdentifier) {
return objIdentifier.replaceAll("::", "_");
return objIdentifier.replaceAll(":", "-");
}
public String getGcatBaseURL() {

View File

@ -1,5 +1,5 @@
{
"name": "nstest_test",
"name": "nstest--test",
"private": false,
"license_id": "notspecified",
"version": "",