should be fixed properly

This commit is contained in:
DubbleClick 2025-07-21 16:56:39 +07:00
parent 024542d361
commit d66d7b3a73

View File

@ -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);