summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2024-01-06 18:08:51 -0600
committerJeff Carr <[email protected]>2024-01-06 18:08:51 -0600
commit09d3bbb857910422c8160b2aac64c1b699ab7574 (patch)
treeb792c3638e477e846d964103e2ba8ae278d2d231
parentd2315ff857b684f3ff76ad4eb7dc8d603b21e1d1 (diff)
fix Makefile
Signed-off-by: Jeff Carr <[email protected]>
-rw-r--r--Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 850b266..af26bf7 100644
--- a/Makefile
+++ b/Makefile
@@ -17,6 +17,6 @@ redomod:
go mod tidy
github:
- git push -u github master
- git push -u github devel
+ git push github master
+ git push github devel
git push github --tags