Skip to content

Commit 120e2d3

Browse files
authored
Update runexample.sh
1 parent 5779cab commit 120e2d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runexample.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ fi
88

99
main_class="io.github.sashirestela.cleverclient.example.${java_file}"
1010

11-
command="mvn -q exec:java -Dexec.mainClass=${main_class}"
11+
command="mvn exec:java -Dexec.mainClass=${main_class}"
1212

1313
echo $command
1414

0 commit comments

Comments
 (0)