-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix public will not be reused as public key after deleting as deploy key #5671
fix public will not be reused as public key after deleting as deploy key #5671
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5671 +/- ##
=========================================
Coverage ? 37.77%
=========================================
Files ? 323
Lines ? 47595
Branches ? 0
=========================================
Hits ? 17977
Misses ? 27029
Partials ? 2589
Continue to review full report at Codecov.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh dear, I think I've looked at this code before and wondered why it didn't need to rewrite the public keys! Turns out it did!!
@zeripath I just take a look and found the problem. Sorry to post a PR before you! :) |
No probs, as I said, I saw it and ignored it. That'll teach me! I think I may just need to be more suspicious. |
Will fix #1357