Skip to content

Commit fe98df4

Browse files
danimtbczoido
andauthored
Update examples/extensions/plugins/openssl_sign/sign.py
Co-authored-by: Carlos Zoido <[email protected]>
1 parent 6cf1083 commit fe98df4

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
@@ -12,7 +12,7 @@
1212
1313
$ openssl pkey -in private_key.pem -pubout -out public_key.pem
1414
15-
The private_key.pem and public_key.pem files should be placed inside a folder named withe the provider's name
15+
The private_key.pem and public_key.pem files should be placed inside a folder named with the the provider's name
1616
('my-organization' for this example). The 'my-organization' folder should be next to this plugins's file sign.py
1717
(inside the CONAN_HOME/extensions/plugins/sing folder).
1818
"""

0 commit comments

Comments
 (0)