From 1064d69ce0827217fd104baed986e33dddaff47c Mon Sep 17 00:00:00 2001 From: andrewc Date: Mon, 17 Feb 2025 14:47:30 +1000 Subject: [PATCH] Fixed up pre-push hook --- hooks/pre-push | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/pre-push b/hooks/pre-push index 957611a..19e1085 100755 --- a/hooks/pre-push +++ b/hooks/pre-push @@ -1,6 +1,6 @@ #!/bin/sh -kimelon unlock all +kimelon git unlock all command -v git-lfs >/dev/null 2>&1 || { echo >&2 "\nThis repository is configured for Git LFS but 'git-lfs' was not found on your path. If you no longer wish to use Git LFS, remove this hook by deleting '.git/hooks/pre-push'.\n"; exit 2; } git lfs pre-push "$@"