Skip to content

Commit

Permalink
Se extrae en raiz
Browse files Browse the repository at this point in the history
  • Loading branch information
Wtyd committed Feb 9, 2024
1 parent 6afde5a commit a5177e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/Commands/ExtractBuildCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,8 @@ private function extractBuild(): void
// var_dump($codigoError);
// throw new \Exception("The build $zipFile could not be extracted.");
// }
$resultado = $zip->extractTo($newBuildOfActualPhpVersion, null, true);
// $resultado = $zip->extractTo($newBuildOfActualPhpVersion, null, true);
$resultado = $zip->extractTo('./', null, true);
if (true === $resultado) {
$this->info("Fichero extraído correctamente");
passthru("git status");
Expand Down

0 comments on commit a5177e1

Please sign in to comment.