Skip to content

Commit 9b03bb4

Browse files
authored
Merge pull request #1881 from inverted-tree/patch-1
Fix Typo in README.rst
2 parents 459965e + 290cc76 commit 9b03bb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,7 +250,7 @@ Encrypting with SSH keys via age is also supported by SOPS. You can use SSH publ
250250
("ssh-ed25519 AAAA...", "ssh-rsa AAAA...") as age recipients when encrypting a file.
251251
When decrypting a file, SOPS will look for ``~/.ssh/id_ed25519`` and falls back to
252252
``~/.ssh/id_rsa``. You can specify the location of the private key manually by setting
253-
the environment variableuse **SOPS_AGE_SSH_PRIVATE_KEY_FILE**.
253+
the environment variable **SOPS_AGE_SSH_PRIVATE_KEY_FILE**.
254254

255255
Note that only ``ssh-rsa`` and ``ssh-ed25519`` are supported.
256256

0 commit comments

Comments
 (0)