Skip to content

Commit

Permalink
Merge pull request #182 from jesseschalken/patch-2
Browse files Browse the repository at this point in the history
Set use_built_in_shell_environment default to True
  • Loading branch information
aaliddell committed Mar 27, 2022
2 parents 52f3aaa + 65d1b62 commit bd67159
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/plugin.bzl
Expand Up @@ -51,7 +51,7 @@ proto_plugin = rule(
),
"use_built_in_shell_environment": attr.bool(
doc = "Whether the tool should use the built in shell environment or not",
default = False,
default = True,
),
"protoc_plugin_name": attr.string(
doc = "The name used for the plugin binary on the protoc command line. Useful for targeting built-in plugins. Uses plugin name when not set",
Expand Down

0 comments on commit bd67159

Please sign in to comment.