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