Update pyarmor_encoded_files.sh

This commit is contained in:
Stefan Pejcic 2024-11-05 18:42:02 +01:00 committed by GitHub
parent e24b9706e5
commit e066a4e99b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ is_pyarmor_encoded() {
# Read the first line of the file and check for PyArmor
read -r first_line < "$file_path"
[[ "$first_line" == *"# PyArmor"* ]]
[[ "$first_line" == *"# Pyarmor"* ]]
}
# Function to check if directory exists