Skip to content

Commit

Permalink
Merge pull request #49 from AdrianVollmer/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ly4k authored May 16, 2022
2 parents f9d9604 + fb25ff0 commit 7cadb2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion certipy/shadow.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def set_key_credentials(
)
else:
logging.error(
"Failed to update the Key Credentials for %s: "
"Failed to update the Key Credentials for %s: %s"
% (repr(user.get("sAMAccountName")), result["message"])
)
return False
Expand Down

0 comments on commit 7cadb2d

Please sign in to comment.