Skip to content
Snippets Groups Projects

Resolve "Feature: Add context-free connect"

Merged René Schöne requested to merge 34-feature-add-context-free-connect into dev
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -81,7 +81,7 @@ public class Compiler extends AbstractCompiler {
if (optionPrintYaml.value()) {
String yamlContent = ragConnect.toYAML().prettyPrint();
System.out.println(yamlContent);
LOGGER.fine(yamlContent);
writeToFile(getConfiguration().outputDir().toPath().resolve("RagConnect.yml"), yamlContent);
return 0;
}
Loading