Skip to content

Commit

Permalink
Added missing .gz ending.
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelRoeder committed May 20, 2016
1 parent 9fbc14e commit aa91171
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ private File generateOutputFile(ExperimentTaskConfiguration configuration) {
fileBuilder.append("-s-");
}
appendCleanedString(fileBuilder, configuration.type.name());
fileBuilder.append(".ttl");
fileBuilder.append(".ttl.gz");
return new File(fileBuilder.toString());
}

Expand Down

0 comments on commit aa91171

Please sign in to comment.