diff --git a/src/UpdaterCommand.php b/src/UpdaterCommand.php index db8370f..e2edeaa 100644 --- a/src/UpdaterCommand.php +++ b/src/UpdaterCommand.php @@ -489,7 +489,7 @@ protected function areDependenciesUpdated(string $package_name, array $composer_ * TRUE when the configuration has changed. */ protected function isConfigurationChanged() { - return ((int) trim($this->runCommand('git status -s | grep -v composer.json | grep -v composer.lock | grep -v composer.drupalupdater.lock | wc -l')->getOutput())) > 0; + return ((int) trim($this->runCommand('git status -s config | wc -l')->getOutput())) > 0; } /**