From 1749e565cab62e7a8abfce78e785d080722d1c74 Mon Sep 17 00:00:00 2001 From: Rick Newton-Rogers Date: Tue, 14 Jan 2025 17:02:54 +0000 Subject: [PATCH] Update Plugins/GRPCProtobufGenerator/Plugin.swift Co-authored-by: George Barnett --- Plugins/GRPCProtobufGenerator/Plugin.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Plugins/GRPCProtobufGenerator/Plugin.swift b/Plugins/GRPCProtobufGenerator/Plugin.swift index a200fef..c3f282c 100644 --- a/Plugins/GRPCProtobufGenerator/Plugin.swift +++ b/Plugins/GRPCProtobufGenerator/Plugin.swift @@ -42,7 +42,7 @@ struct GRPCProtobufGenerator { let protoDirectoryPath = inputFile.deletingLastPathComponent() // unless *explicitly* opted-out - if config.client != false || config.server != false { + if config.client || config.server { let grpcCommand = try protocGenGRPCSwiftCommand( inputFile: inputFile, config: config,