[release]

This commit is contained in:
crschnick
2023-12-28 22:14:52 +00:00
parent 34ff540386
commit a533de0300
4 changed files with 49 additions and 7 deletions
@@ -52,7 +52,7 @@ public class SimpleScriptStoreProvider implements DataStoreProvider {
}
if (s.getCommands() != null) {
builder.addParagraph("with command contents").addCodeBlock(s.getCommands());
builder.add(" with command contents").addCodeBlock(s.getCommands());
}
return builder.build();