We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8077cc9 commit cfd8172Copy full SHA for cfd8172
tulip-runtime/src/main/java/io/github/wfouche/tulip/api/TulipApi.java
@@ -193,7 +193,7 @@ public Integer call() throws Exception {
193
runTulip(exclusiveOptions.configFile.getAbsolutePath());
194
} else {
195
System.out.println(
196
- "Generating report at: " + exclusiveOptions.reportFile.getAbsolutePath());
+ "Generating report from: " + exclusiveOptions.reportFile.getAbsolutePath());
197
generateReport(exclusiveOptions.reportFile.getAbsolutePath().replace("\\", "/"));
198
}
199
return 0;
0 commit comments