Skip to content

Commit 522d21b

Browse files
Merge pull request #55 from aboutcode-org/fix-git-repo-typo
Fix SCTK GitHub repo typo
2 parents 33dc031 + 65fd1ea commit 522d21b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ BLACK_ARGS=--exclude="docs" .
3636
conf:
3737
@echo "-> Configure the Python venv, clone and install scancode-toolkit"
3838
${PYTHON_EXE} -m venv venv
39-
@git clone https://github.com/aboutcode-org/scancode-toolit.git
39+
@git clone https://github.com/aboutcode-org/scancode-toolkit.git
4040
@venv/bin/pip install --upgrade pip
4141
@venv/bin/pip install -e ./scancode-toolkit/
4242
@venv/bin/scancode-reindex-licenses

0 commit comments

Comments
 (0)