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