From d66d7b3a73cedc8cacd9bb57efb086ba2c62c2da Mon Sep 17 00:00:00 2001 From: DubbleClick Date: Mon, 21 Jul 2025 16:56:39 +0700 Subject: [PATCH] should be fixed properly --- src/SPC/store/SourceManager.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SPC/store/SourceManager.php b/src/SPC/store/SourceManager.php index 4b5d181f..239cfcfb 100644 --- a/src/SPC/store/SourceManager.php +++ b/src/SPC/store/SourceManager.php @@ -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);