From 4100682ba89bc78fabf2d6931a58a39adf4e0a94 Mon Sep 17 00:00:00 2001 From: SergeyVS Date: Mon, 11 Mar 2024 12:12:50 +0300 Subject: [PATCH] update hook --- users-manage/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/users-manage/Makefile b/users-manage/Makefile index 70f5d57..9dcd0cf 100644 --- a/users-manage/Makefile +++ b/users-manage/Makefile @@ -46,4 +46,5 @@ push: ifeq ($(commit),) $(error mn is not set) endif - git add . && git commit -m "$(commit)" && git push \ No newline at end of file + git add . && git commit -m "$(commit)" && git push + \ No newline at end of file