mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-18 21:04:52 +08:00
should be fixed properly
This commit is contained in:
parent
024542d361
commit
d66d7b3a73
@ -94,7 +94,7 @@ class SourceManager
|
|||||||
|
|
||||||
// if not, remove the source dir and extract again
|
// if not, remove the source dir and extract again
|
||||||
logger()->notice("Source [{$source}] hash mismatch, removing old source dir and extracting again ...");
|
logger()->notice("Source [{$source}] hash mismatch, removing old source dir and extracting again ...");
|
||||||
if ($source === 'micro') {
|
if ($source === 'micro' || $source === 'grpc') {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
FileSystem::removeDir($check);
|
FileSystem::removeDir($check);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user