Skip to content

Commit

Permalink
Merge pull request #55 from aboutcode-org/fix-git-repo-typo
Browse files Browse the repository at this point in the history
Fix SCTK GitHub repo typo
  • Loading branch information
AyanSinhaMahapatra authored Oct 12, 2024
2 parents 33dc031 + 65fd1ea commit 522d21b
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 @@ -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
Expand Down

0 comments on commit 522d21b

Please sign in to comment.