diff --git a/update_child_repos.sh b/update_child_repos.sh index bf425c6..a75face 100755 --- a/update_child_repos.sh +++ b/update_child_repos.sh @@ -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