Skip to content

Commit

Permalink
use named variable instead of numbered one
Browse files Browse the repository at this point in the history
  • Loading branch information
CobaltCause committed Nov 3, 2023
1 parent daf42cb commit 0559197
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 @@ -181,7 +181,7 @@ function edit {

@ageBin@ "${ENCRYPT[@]}" <"$CLEARTEXT_FILE" || exit 1

mv -f "$REENCRYPTED_FILE" "$1"
mv -f "$REENCRYPTED_FILE" "$FILE"
}

function rekey {
Expand Down

0 comments on commit 0559197

Please sign in to comment.