Skip to content

Commit

Permalink
fixup! Add redaction support to can_bundle script
Browse files Browse the repository at this point in the history
  • Loading branch information
nadove-ucsc committed Dec 6, 2022
1 parent f39a9c4 commit 88db91b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/can_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def main(argv):
default=os.path.join(config.project_root, 'test', 'indexer', 'data'),
help='The path to the output directory (default: %(default)s).')
parser.add_argument('--redaction-key', '-K',
help='Provide a key to redact confidential or senstive information from the output files')
help='Provide a key to redact confidential or sensitive information from the output files')
args = parser.parse_args(argv)
bundle = fetch_bundle(args.source, args.uuid, args.version)
if args.redaction_key:
Expand Down

0 comments on commit 88db91b

Please sign in to comment.