Fix bug in nix-secret-wrapper

Signed-off-by: magic_rb <magic_rb@redalder.org>
This commit is contained in:
magic_rb 2024-03-02 23:09:04 +01:00
parent 406560ffab
commit c45d848571
No known key found for this signature in database
GPG key ID: 08D5287CC5DDCA0E

View file

@ -66,7 +66,7 @@ for arg in "$@" ; do
esac
done
( exec -a $0 .nix-unwrapped "''${new_args[@]}" )
( exec -a $0 .nix-unwrapped "${new_args[@]}" )
ret_code=$?
post_lock_hash="$(sha256sum flake-secret.lock | cut -f1 -d' ')"