Skip to content

Commit 2f28446

Browse files
committed
katacodaBuildJava
1 parent e698abb commit 2f28446

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runners/katacoda/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ export class Katacoda extends Runner {
143143
let cdCommand = this.changeCurrentDir(path.join("/root", "devonfw", "workspaces", "main", command.parameters[0]));
144144

145145
let skipTest = "-Dmaven.test.skip=true";
146-
let skipTestDescr = "We do not need to execute the test cases, so we can skip them by using the option '-Dmaven.test.skip=true'.";
146+
let skipTestDescr = "We do not need to execute the test cases, so we can skip them by using the option '-Dmaven.test.skip=true'.";
147147

148148
if(command.parameters.length == 2 && command.parameters[1] == true){
149149
skipTest = "";

0 commit comments

Comments
 (0)