diff options
| author | Jeff Carr <[email protected]> | 2024-01-06 18:08:51 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2024-01-06 18:08:51 -0600 |
| commit | 09d3bbb857910422c8160b2aac64c1b699ab7574 (patch) | |
| tree | b792c3638e477e846d964103e2ba8ae278d2d231 | |
| parent | d2315ff857b684f3ff76ad4eb7dc8d603b21e1d1 (diff) | |
fix Makefile
Signed-off-by: Jeff Carr <[email protected]>
| -rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
