From 70e0f3e3f4d84e89520bd297e5eedc94fd727c6a Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 8 Jan 2024 22:27:30 -0600 Subject: [PATCH] go.wit.com/log Flags change Signed-off-by: Jeff Carr --- Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d4f9c27..c8e0d49 100644 --- a/Makefile +++ b/Makefile @@ -12,7 +12,8 @@ redomod: go mod tidy # sync repo to the github backup -# git remote add github git@github.com:wit-go/gui.git +# git remote add github git@github.com:wit-go/widget.git + github: git push origin master git push origin devel