summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2023-03-01 18:17:41 -0600
committerJeff Carr <[email protected]>2023-03-01 18:17:41 -0600
commit80317ec89c94beadcbf3775f84c6010b5ceef302 (patch)
treeaedd936f20eb09ab92fae781b4b1b089159a649d
parent8dbf5a09097b7868e9218bf98716c57eac998a10 (diff)
minor makefile change
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--Makefile3
1 files changed, 1 insertions, 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 [email protected]: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