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