diff --git a/users-manage/Makefile b/users-manage/Makefile index e00d4ec..bd958b5 100644 --- a/users-manage/Makefile +++ b/users-manage/Makefile @@ -45,4 +45,4 @@ ifeq ($(commit),) $(error mn is not set) endif make prehook - git add . && git commit -m "feat($(commit)):" && GIT_SSL_NO_VERIFY=true git push \ No newline at end of file + git add . && git commit -m "$(commit)" && git push \ No newline at end of file diff --git a/users-manage/src/App.vue b/users-manage/src/App.vue index aefb1fa..b0c9891 100644 --- a/users-manage/src/App.vue +++ b/users-manage/src/App.vue @@ -1,5 +1,4 @@