removed comment

This commit is contained in:
2026-01-02 13:52:15 +01:00
parent 8b5502d32d
commit 5ffe714acb

View File

@@ -30,7 +30,6 @@ is_file_changed() {
return 1
fi
# Check if file was changed (content or permissions)
for changed_file in ${FILES_CHANGED}; do
if [ "${changed_file}" = "${file_to_check}" ]; then
return 0