Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bechampion committed Jun 15, 2024
1 parent f9cafef commit b86be43
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,16 +1,13 @@
all: delete_latest_tag recreate_tag push_tag

# Target to delete the latest tag
delete_latest_tag:
@echo "Deleting latest local tag: latest"
@git tag -d latest

# Target to recreate the tag
recreate_tag:
@echo "Recreating tag: latest"
@git tag latest

# Target to force push the tag
push_tag:
@echo "Force pushing tag: latest"
@git push --force origin latest
Expand Down
2 changes: 2 additions & 0 deletions command.log
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,5 @@
2024/06/15 18:18:20 Command: /tmp/go-build3995140085/b001/exe/main Arguments: --cookie user=testuser&domain=example.com&computer=testcomputer --client-ip 192.168.1.100 --md5 d41d8cd98f00b204e9800998ecf8427e
2024/06/15 18:18:23 Command: /tmp/go-build3974329961/b001/exe/main Arguments: --cookie user=testuser&domain=example.com&computer=testcomputer --client-ip 192.168.1.100 --md5 d41d8cd98f00b204e9800998ecf8427e
2024/06/15 18:19:23 Command: /tmp/go-build1473290589/b001/exe/main Arguments: --cookie user=testuser&domain=example.com&computer=testcomputer --client-ip 192.168.1.100 --md5 d41d8cd98f00b204e9800998ecf8427e
2024/06/15 18:22:23 Command: /tmp/go-build3604234985/b001/exe/main Arguments: --cookie user=testuser&domain=example.com&computer=testcomputer --client-ip 192.168.1.100 --md5 d41d8cd98f00b204e9800998ecf8427e
2024/06/15 18:27:10 Command: ./gohip Arguments:

0 comments on commit b86be43

Please sign in to comment.