Skip to content

Commit

Permalink
Fix: StyleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
rizwan3d committed Oct 26, 2022
1 parent 321b873 commit 6e58425
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Framework/Cli/Commands/Update.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function run(): void

echo "Removing temp directory.\n\r";
$this->deletePath($path);
exec("composer update --ignore-platform-reqs");
exec('composer update --ignore-platform-reqs');
}

private function deletePath(string $path): void
Expand Down

0 comments on commit 6e58425

Please sign in to comment.