Skip to content

Commit

Permalink
Bump project version from 0.0.6-rc.9 to 0.0.6-rc.10
Browse files Browse the repository at this point in the history
Small typo in output string was found and corrected here. Ready for PR.
  • Loading branch information
JCantu248 committed Jul 28, 2021
1 parent 037f9ed commit c93fff6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/_version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"""This file defines the version of this project."""
__version__ = "0.0.6-rc.9"
__version__ = "0.0.6-rc.10"
2 changes: 1 addition & 1 deletion src/tools/gophish_export.py
Original file line number Diff line number Diff line change
Expand Up @@ -317,7 +317,7 @@ def write_assessment_click_summary(api, assessment_id):
)
assessment_click_summary["campaigns"] = campaigns
summary_outfile.close()
print("Writing out summary JSON to %s_" % summary_json)
print("Writing out summary JSON to %s" % summary_json)
with open(summary_json, "w") as fp:
json.dump(assessment_click_summary, fp, indent=4)

Expand Down

0 comments on commit c93fff6

Please sign in to comment.