should be fixed properly

This commit is contained in:
DubbleClick 2025-07-21 16:56:39 +07:00
parent 1f4a3e4b8f
commit f31f0d6168

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