Skip to content

Commit

Permalink
r
Browse files Browse the repository at this point in the history
  • Loading branch information
HannaLindgren committed Nov 24, 2017
1 parent aa2f1cb commit ef4452c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ private String getVersionInfo() throws Exception {
System.err.println("[InfoRequestHandler] No build info file found: " + buildInfoFile);
res.add("Application name: marytts");
res.add("Build timestamp: n/a");
res.add("Built by: java standalone");
res.add("Built by: user");
try {
Process p = Runtime.getRuntime().exec("git describe --tags");
BufferedReader stdout = new BufferedReader(new InputStreamReader(p.getInputStream()));
Expand Down

0 comments on commit ef4452c

Please sign in to comment.