We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6cf1083 commit fe98df4Copy full SHA for fe98df4
examples/extensions/plugins/openssl_sign/sign.py
@@ -12,7 +12,7 @@
12
13
$ openssl pkey -in private_key.pem -pubout -out public_key.pem
14
15
-The private_key.pem and public_key.pem files should be placed inside a folder named withe the provider's name
+The private_key.pem and public_key.pem files should be placed inside a folder named with the the provider's name
16
('my-organization' for this example). The 'my-organization' folder should be next to this plugins's file sign.py
17
(inside the CONAN_HOME/extensions/plugins/sing folder).
18
"""
0 commit comments