Skip to content

Commit

Permalink
Cleaning serialised yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
goulven authored and goulven committed Dec 17, 2024
1 parent d3019a7 commit 8aa1b9d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -654,7 +654,7 @@ public String generateEcoscoreYamlConfig (VerticalConfig vConf) {
//
// });

ret = serialisationService.toYaml(map.replace("---", ""));
ret = serialisationService.toYaml(map).replace("---", "");


} catch (ResourceNotFoundException e) {
Expand Down

0 comments on commit 8aa1b9d

Please sign in to comment.