update hook

This commit is contained in:
SergeyVS 2024-03-11 12:14:20 +03:00
parent eed2af2902
commit 00399beee4

View File

@ -42,6 +42,7 @@ prehook:
@chmod +x $(HOOK_PATH) @chmod +x $(HOOK_PATH)
@echo "Pre-push hook set successfully." @echo "Pre-push hook set successfully."
push: push:
ifeq ($(commit),) ifeq ($(commit),)
$(error mn is not set) $(error mn is not set)