Skip to content

Commit

Permalink
Fix screenshot typo (#282)
Browse files Browse the repository at this point in the history
Signed-off-by: Zabil Cheriya Maliackal <[email protected]>
  • Loading branch information
zabil authored Aug 18, 2021
1 parent 759a637 commit 457b7eb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions generator/generate.go
Original file line number Diff line number Diff line change
Expand Up @@ -591,10 +591,10 @@ func copyScreenshotFiles(reportsDir string) {
if err == nil {
err = ioutil.WriteFile(dstfp, bytes, os.ModePerm)
if err != nil {
logger.Warnf("Failed to write screenhsot %s", err.Error())
logger.Warnf("Failed to write screenshot %s", err.Error())
}
} else {
logger.Warnf("Failed to read screenhsot %s", err.Error())
logger.Warnf("Failed to read screenshot %s", err.Error())
}
}

Expand Down
4 changes: 2 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@
"scope": [
"Execution"
],
"version": "4.1.1"
}
"version": "4.1.2"
}

0 comments on commit 457b7eb

Please sign in to comment.