Skip to content

Commit

Permalink
Merge pull request #224 from SamueleFacenda/SamueleFacenda-change-key…
Browse files Browse the repository at this point in the history
…s-functions

Update keys functions in agenix.sh
  • Loading branch information
ryantm authored Dec 20, 2023
2 parents 93cec0c + 9d3b37a commit b7e0494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/agenix.sh
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ function cleanup {
trap "cleanup" 0 2 3 15

function keys {
(@nixInstantiate@ --json --eval --strict -E "(let rules = import $RULES; in rules.\"$FILE\".publicKeys)" | @jqBin@ -r .[]) || exit 1
(@nixInstantiate@ --json --eval --strict -E "(let rules = import $RULES; in rules.\"$1\".publicKeys)" | @jqBin@ -r .[]) || exit 1
}

function decrypt {
Expand Down

0 comments on commit b7e0494

Please sign in to comment.