Skip to content

Commit

Permalink
fix typo for ecc
Browse files Browse the repository at this point in the history
  • Loading branch information
yunwei37 committed Dec 17, 2022
1 parent 91d9bce commit e2fa779
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/build_hub/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ecli:
wget https://aka.pw/bpf-ecli -O ./ecli && chmod +x ./ecli

ecc:
wget https://github.com/eunomia-bpf/eunomia-bpf/releases/latest/download/ecc && chmod +x ./ecli
wget https://github.com/eunomia-bpf/eunomia-bpf/releases/latest/download/ecc && chmod +x ./ecc

clone_and_install_deps: ecli ecc

Expand Down

0 comments on commit e2fa779

Please sign in to comment.