Skip to content

Commit

Permalink
doh
Browse files Browse the repository at this point in the history
  • Loading branch information
ensary committed Feb 13, 2025
1 parent 6691171 commit 94147c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SDCLI_VERSION=v1.5
SDCLI=docker run --rm -v "$(DIR):$(DIR)" -w "$(DIR)" asecurityteam/sdcli:$(SDCLI_VERSION)

vendor:
$(SDCLI) go mod vendor
$(SDCLI) go dep

dep: vendor

Expand Down

0 comments on commit 94147c2

Please sign in to comment.