Skip to content

Commit cfd8172

Browse files
authored
Changed "at" to "from" (#379)
1 parent 8077cc9 commit cfd8172

File tree

1 file changed

+1
-1
lines changed
  • tulip-runtime/src/main/java/io/github/wfouche/tulip/api

1 file changed

+1
-1
lines changed

tulip-runtime/src/main/java/io/github/wfouche/tulip/api/TulipApi.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ public Integer call() throws Exception {
193193
runTulip(exclusiveOptions.configFile.getAbsolutePath());
194194
} else {
195195
System.out.println(
196-
"Generating report at: " + exclusiveOptions.reportFile.getAbsolutePath());
196+
"Generating report from: " + exclusiveOptions.reportFile.getAbsolutePath());
197197
generateReport(exclusiveOptions.reportFile.getAbsolutePath().replace("\\", "/"));
198198
}
199199
return 0;

0 commit comments

Comments
 (0)