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,