Skip to content

Commit

Permalink
Fix trailing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
0atman committed Mar 10, 2020
2 parents 035b8da + a0357dd commit fd6a4ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detect_secrets/pre_commit_hook.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ def _print_secrets_found(secrets):
def _print_mitigation_suggestions():
security_team = os.environ.get(
'DETECT_SECRETS_SECURITY_TEAM',
'in #security'
'in #security',
)
suggestions = [
'For information about putting your secrets in a safer place, ' +
Expand Down

0 comments on commit fd6a4ab

Please sign in to comment.