2
0
mirror of https://github.com/mozilla/cipherscan.git synced 2025-06-27 19:33:27 +02:00

Merge pull request #195 from customgptvulnerability/patch-1

Update cscan.sh
This commit is contained in:
Gene Wood 2025-06-09 09:21:03 -07:00 committed by GitHub
commit 30bd239388
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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