Skip to content

Commit 2739ec2

Browse files
authored
Update mix_tools.py
1 parent 87273dd commit 2739ec2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/others/mix_tools.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class Crivo(HackingTool):
2121
"with built-in web scraping capabilities.\n" \
2222
"See: python3 crivo_cli.py -h"
2323
INSTALL_COMMANDS = [
24-
"git clone https://github.com/GMDSantana/crivo",
24+
"git clone https://github.com/GMDSantana/crivo.git",
2525
"cd crivo;pip install -r requirements.txt"
2626
]
2727
PROJECT_URL = "https://github.com/GMDSantana/crivo"

0 commit comments

Comments
 (0)