Skip to content

Commit

Permalink
Merge pull request #13296 from AlanCoding/signing_bug
Browse files Browse the repository at this point in the history
Fix bug, sign work based signing, not verification
  • Loading branch information
AlanCoding authored Dec 7, 2022
2 parents adbcb5c + f88b993 commit a0b8215
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion awx/main/tasks/receptor.py
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ def read_receptor_config():

def work_signing_enabled(config_data):
for section in config_data:
if 'work-verification' in section:
if 'work-signing' in section:
return True
return False

Expand Down

0 comments on commit a0b8215

Please sign in to comment.