Skip to content

Commit 1aae542

Browse files
committed
docs: fix list formatting
Signed-off-by: Nate Scherer <376408+natescherer@users.noreply.github.com>
1 parent d65f4e0 commit 1aae542

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

README.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,9 @@ Encrypting with SSH keys via age is also supported by SOPS. You can use SSH publ
254254
When decrypting a file, SOPS will attempt to source the SSH private key as follows:
255255
1. From the path specified in environment variable **SOPS_AGE_SSH_PRIVATE_KEY_FILE**
256256
2. From the output of the command specified in environment variable **SOPS_AGE_SSH_PRIVATE_KEY_CMD**
257-
- Note: the output of this command must provide a key that is not password protected
257+
258+
* Note: the output of this command must provide a key that is not password protected
259+
258260
3. From ``~/.ssh/id_ed25519``
259261
4. From ``~/.ssh/id_rsa``.
260262

0 commit comments

Comments
 (0)