Skip to content

Commit

Permalink
Update Plugins/GRPCProtobufGenerator/Plugin.swift
Browse files Browse the repository at this point in the history
Co-authored-by: George Barnett <[email protected]>
  • Loading branch information
rnro and glbrntt authored Jan 14, 2025
1 parent 256b3e9 commit 1749e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Plugins/GRPCProtobufGenerator/Plugin.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 1749e56

Please sign in to comment.