2
0
mirror of https://github.com/mozilla/cipherscan.git synced 2025-06-07 11:43:39 +02:00
This commit is contained in:
customgptvulnerability 2025-06-05 14:17:49 +10:00 committed by GitHub
commit 539ecd3b89
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