From 65fd1eaad5f81214b7ff714db276d4edc303b4ab Mon Sep 17 00:00:00 2001 From: Ayan Sinha Mahapatra Date: Sat, 12 Oct 2024 17:54:24 +0530 Subject: [PATCH] Fix SCTK GitHub repo typo Signed-off-by: Ayan Sinha Mahapatra --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index c2b6010434..671d6ad56b 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ BLACK_ARGS=--exclude="docs" . conf: @echo "-> Configure the Python venv, clone and install scancode-toolkit" ${PYTHON_EXE} -m venv venv - @git clone https://github.com/aboutcode-org/scancode-toolit.git + @git clone https://github.com/aboutcode-org/scancode-toolkit.git @venv/bin/pip install --upgrade pip @venv/bin/pip install -e ./scancode-toolkit/ @venv/bin/scancode-reindex-licenses