Skip to content

Commit

Permalink
feat: report navigator templates v0.2.9
Browse files Browse the repository at this point in the history
  • Loading branch information
globalworming committed Nov 25, 2020
1 parent ca2f602 commit db27fe6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ class GenerateReport(
val i = TarArchiveInputStream(
GzipCompressorInputStream(
BufferedInputStream(
this.javaClass.getResourceAsStream("serenity-report-navigator_v0.2.8.tar.gz"))))
this.javaClass.getResourceAsStream("serenity-report-navigator_v0.2.9.tar.gz"))))

var entry: TarArchiveEntry? = null

Expand Down
Binary file not shown.
Binary file not shown.

0 comments on commit db27fe6

Please sign in to comment.