diff --git a/src/Bump/ComposerJson.php b/src/Bump/ComposerJson.php index 24af368..ffe38ea 100644 --- a/src/Bump/ComposerJson.php +++ b/src/Bump/ComposerJson.php @@ -45,7 +45,7 @@ public function save(): self { parent::save(); if (ShellCommand::exists('composer')) { - exec('cd "' . escapeshellarg($this->getPath()) . '" && composer update'); + exec('cd ' . escapeshellarg($this->getPath()) . ' && composer update'); } return $this;