From 210dd4d72dd0d9f0857c7533c90c7c3027d4a28a Mon Sep 17 00:00:00 2001 From: Sven van Heugten Date: Tue, 10 Mar 2026 17:37:57 +0100 Subject: [PATCH] Fix build ```git-check-assertions run nix build assert_success git checkout HEAD~ run nix build assert_failure assert_output --partial "done <.git-check-assertions-cache" ``` --- bin/git-check-assertions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/git-check-assertions b/bin/git-check-assertions index 28cc9b5..24bbfdf 100755 --- a/bin/git-check-assertions +++ b/bin/git-check-assertions @@ -93,7 +93,7 @@ if [ -f .git-check-assertions-cache ]; then if [ -n "$cached_commit" ]; then cached_commits["$cached_commit"]=1 fi - done < .git-check-assertions-cache + done <.git-check-assertions-cache fi for commit_hash in "${commits[@]}"; do