Skip to content

Commit

Permalink
fix: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
TuuuNya committed Mar 6, 2019
1 parent 6127f4d commit dfeec28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Pocket.py
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ def do_check(self, args):
exploit_result = self.module_instance.check()

if exploit_result is None:
self._print_item("Check Error: maybe this module does not support check or check function is valid")
self._print_item("Check Error: check function no results returned")
return None

if exploit_result.status:
Expand Down

0 comments on commit dfeec28

Please sign in to comment.