Skip to content

Commit

Permalink
Merge pull request #46 from kjsanger/bug/log-json-cli
Browse files Browse the repository at this point in the history
Fix --log-json CLI option
  • Loading branch information
kjsanger authored Feb 27, 2025
2 parents 63b9dfc + 6568de0 commit b2ca3e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/npg_notify/ont/event.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,7 +484,7 @@ def main():
debug=args.debug,
verbose=args.verbose,
colour=args.colour,
json=args.json,
json=args.log_json,
)

config_file = args.conf_file_path
Expand Down

0 comments on commit b2ca3e1

Please sign in to comment.