Skip to content

Commit

Permalink
fix: correct age keyname
Browse files Browse the repository at this point in the history
  • Loading branch information
jdx committed Jan 6, 2025
1 parent 492f6ac commit e28c293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion settings.toml
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,7 @@ description = "The age private key to use for sops secret decryption."
env = "MISE_SOPS_AGE_KEY_FILE"
type = "Path"
optional = true
default_docs = "~/.config/mise/age.key"
default_docs = "~/.config/mise/age.txt"
description = "Path to the age private key file to use for sops secret decryption."

[sops.age_recipients]
Expand Down

0 comments on commit e28c293

Please sign in to comment.