Skip to content

Commit af15f5e

Browse files
authored
Apply suggestion from @danimtb
1 parent c0a79e9 commit af15f5e

File tree

1 file changed

+1
-1
lines changed
  • examples/extensions/plugins/openssl_sign

1 file changed

+1
-1
lines changed

examples/extensions/plugins/openssl_sign/sign.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def verify(ref, artifacts_folder, signature_folder, files, **kwargs):
8080
raise ConanException("Signature file does not exist")
8181

8282
# The provider is useful to choose the correct public key to verify packages with
83-
expected_provider = "your-organization"
83+
expected_provider = "my-organization"
8484
signature_provider = signature.get("provider")
8585
if signature_provider != expected_provider:
8686
raise ConanException(f"The provider does not match ({expected_provider} [expected] != {signature_provider} "

0 commit comments

Comments
 (0)