From e2fa7799d24aaf74e673b7aaa5536b65dc175bd2 Mon Sep 17 00:00:00 2001 From: yunwei37 <1067852565@qq.com> Date: Sat, 17 Dec 2022 16:48:28 +0800 Subject: [PATCH] fix typo for ecc --- lib/build_hub/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/build_hub/Makefile b/lib/build_hub/Makefile index 1e686bdcb..8cc28d1e6 100644 --- a/lib/build_hub/Makefile +++ b/lib/build_hub/Makefile @@ -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