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