From 66c5b2c151c80b2ec837f633ef406b3b34256c29 Mon Sep 17 00:00:00 2001 From: SergeyVS Date: Wed, 6 Mar 2024 14:10:34 +0300 Subject: [PATCH] feat(update MakeFile): --- proxy-ui-app/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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