diff --git a/proxy-ui-app/Makefile b/proxy-ui-app/Makefile index 12fd034..5513407 100644 --- a/proxy-ui-app/Makefile +++ b/proxy-ui-app/Makefile @@ -44,4 +44,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 "feat($(commit)):" && git push \ No newline at end of file