mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-25 10:46:37 +00:00
[release]
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user