From e066a4e99bab6ac08de177c31ab19e1e76dd1ff5 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Tue, 5 Nov 2024 18:42:02 +0100 Subject: [PATCH] Update pyarmor_encoded_files.sh --- tests/pyarmor_encoded_files.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pyarmor_encoded_files.sh b/tests/pyarmor_encoded_files.sh index 188c3246..bff25f43 100644 --- a/tests/pyarmor_encoded_files.sh +++ b/tests/pyarmor_encoded_files.sh @@ -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