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