Skip to content
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 broken logic for gpg keys #192

Merged
merged 1 commit into from Dec 16, 2022
Merged

Conversation

bastelfreak
Copy link
Member

Previously we checked if $signing_keys is defined / not undef. That's always the case. The datatype enforces that it's an array. We need to check if it's not empty.

Pull Request (PR) description

This Pull Request (PR) fixes the following issues

Previously we checked if $signing_keys is defined / not undef. That's
always the case. The datatype enforces that it's an array. We need to
check if it's not empty.
@bastelfreak bastelfreak added the bug Something isn't working label Dec 16, 2022
@bastelfreak bastelfreak self-assigned this Dec 16, 2022
Copy link

@MartyEwings MartyEwings left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, logic is sound

@bastelfreak bastelfreak merged commit 49176a6 into voxpupuli:master Dec 16, 2022
@bastelfreak bastelfreak deleted the foo branch December 16, 2022 09:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants