We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a863fa commit 2acd640Copy full SHA for 2acd640
src/SourceRepositoryTypes/GithubRepositoryType.php
@@ -148,7 +148,7 @@ public function update($version = '') : bool
148
149
// Now move all the files left in the main directory
150
collect(File::allFiles($sourcePath, true))->each(function ($file) { /* @var \SplFileInfo $file */
151
- if($file->getRealPath()) {
+ if ($file->getRealPath()) {
152
File::copy($file->getRealPath(), base_path($file->getFilename()));
153
}
154
});
0 commit comments