From 56cd14867d15d315e29638ebc57c0fda30e63cbf Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Wed, 1 Mar 2023 18:17:41 -0600 Subject: [PATCH] minor makefile change Signed-off-by: Jeff Carr --- Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d262786..91f636a 100644 --- a/Makefile +++ b/Makefile @@ -46,9 +46,8 @@ cmds-textbox: # git remote add github2 git@github.com:wit-go/gui.git github: git push origin master - git push github2 master - git push github2 --tags git push github master + git push github --tags @echo @echo check https://github.com/wit-go/gui @echo