Skip to content

Commit

Permalink
Update content/doc/developer/testing/index.adoc
Browse files Browse the repository at this point in the history
Co-authored-by: Zbynek Konecny <[email protected]>
  • Loading branch information
StefanSpieker and zbynek authored Dec 15, 2024
1 parent 2f7c856 commit 8b90364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/doc/developer/testing/index.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ public class MyPluginTest {
@Test
public void testOnAllSystems() throws Exception {
FreeStyleProject project = j.createFreeStyleProject();
if(Functions.isWindows()) {
if (Functions.isWindows()) {
project.getBuildersList().add(new BatchFile("echo ahoy > log.log"));
} else {
project.getBuildersList().add(new Shell("echo ahoy > log.log"));
Expand Down

0 comments on commit 8b90364

Please sign in to comment.