Skip to content

Commit

Permalink
[main] always copy latest config
Browse files Browse the repository at this point in the history
  • Loading branch information
ctrl-f5 committed May 31, 2024
1 parent abcf940 commit bd0e86a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Command/CopyCsConfigCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ private function copyConfig(string $destination, string $type, string $template)
$this->getFileSystem()->copy(
$file->getRealPath(),
$destination,
true,
);
}

Expand Down

0 comments on commit bd0e86a

Please sign in to comment.