Skip to content

Commit

Permalink
Fixed typo in trojanize action
Browse files Browse the repository at this point in the history
  • Loading branch information
lukebrewerton committed Jul 26, 2019
1 parent 81ce886 commit d00bbe8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dockerscan/actions/image/modifiers/console.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ def launch_dockerscan_image_modify_trojanize_in_console(

run_image_modify_trojanize_dockerscan(config)

log.console("Image troyanized successful")
log.console("Image trojanized successfully")
log.console("Trojanized image location:")
log.console(" > {}".format(
"{}.tar".format(os.path.abspath(config.output_image))
Expand Down

0 comments on commit d00bbe8

Please sign in to comment.