Skip to content

Commit fbfddc5

Browse files
committed
Fix mention of macOS XDG_CONFIG_HOME fallback.
Converted from getsops/sops@4ee59c7 Signed-off-by: Felix Fontein <felix@fontein.de>
1 parent 816d2f4 commit fbfddc5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

content/en/docs/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ user configuration directory.
241241
* **macOS**
242242
243243
- Looks for `keys.txt` in `$XDG_CONFIG_HOME/sops/age/keys.txt`;
244-
- Falls back to `$HOME/Library/Application Support/sops/age/keys.txt`.
244+
- Falls back to `$HOME/Library/Application Support/sops/age/keys.txt` if `$XDG_CONFIG_HOME` isn't set.
245245

246246
* **Windows**
247247
- Looks for `keys.txt` in `%AppData%\\sops\\age\\keys.txt`.

0 commit comments

Comments
 (0)