Skip to content

Commit

Permalink
chore:Tweaked build metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
TrekkieCoder committed Sep 10, 2024
1 parent e5bca65 commit 389b076
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 @@ -2,7 +2,7 @@
bin=loxilb
dock?=loxilb

loxilbid=$(shell sudo docker ps -f name=$(dock) | grep -w $(dock) | cut -d " " -f 1 | grep -iv "CONTAINER")
loxilbid=$(shell docker ps -f name=$(dock) | grep -w $(dock) | cut -d " " -f 1 | grep -iv "CONTAINER")

subsys:
cd loxilb-ebpf && $(MAKE)
Expand Down

0 comments on commit 389b076

Please sign in to comment.