diff --git a/tools/packaging/scripts/apply_patches.sh b/tools/packaging/scripts/apply_patches.sh index 98d5b02816..28bf2f8fe9 100755 --- a/tools/packaging/scripts/apply_patches.sh +++ b/tools/packaging/scripts/apply_patches.sh @@ -45,6 +45,6 @@ if [ -d "$patches_dir" ]; then done else echo "INFO: Patches directory does not exist: ${patches_dir}" - echo "INFO: Create a ${patches_dir}/no_patches file if the current version has no patches" + echo "INFO: Create a ${patches_dir}/no_patches.txt file if the current version has no patches" exit 1; fi