2
0
mirror of https://github.com/mozilla/cipherscan.git synced 2026-02-05 14:45:17 +01:00

Update cscan.sh

This commit is contained in:
customgptvulnerability
2025-06-05 14:16:53 +10:00
committed by GitHub
parent 5866911b62
commit e9e2c3f6f0

View File

@@ -22,7 +22,7 @@ if [[ $UPDATE ]]; then
popd >/dev/null
fi
PYTHONPATH=. python cscan.py "$@"
PYTHONPATH=. python3 cscan.py "$@"
ret=$?
popd > /dev/null
exit $ret