Skip to content

Commit b63d4b6

Browse files
authored
double backticks on configuration directory list 2/2
Signed-off-by: Frederic R. <zougi.fr@gmail.com>
1 parent 79d9966 commit b63d4b6

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,8 +225,8 @@ configuration directory.
225225

226226
- **Linux**
227227

228-
- Looks for `keys.txt` in `$XDG_CONFIG_HOME/sops/age/keys.txt`;
229-
- Falls back to `$HOME/.config/sops/age/keys.txt` if `$XDG_CONFIG_HOME` isn’t set.
228+
- Looks for ``keys.txt`` in ``$XDG_CONFIG_HOME/sops/age/keys.txt``;
229+
- Falls back to ``$HOME/.config/sops/age/keys.txt`` if ``$XDG_CONFIG_HOME`` isn’t set.
230230

231231
- **macOS**
232232

@@ -235,7 +235,7 @@ configuration directory.
235235

236236
- **Windows**
237237

238-
- Looks for `keys.txt` in `%AppData%\\sops\\age\\keys.txt`.
238+
- Looks for ``keys.txt`` in `%AppData%\\sops\\age\\keys.txt``.
239239

240240
You can override the default lookup by:
241241

0 commit comments

Comments
 (0)