Skip to content

Commit dae11ca

Browse files
Fix buf plugin push referenced flag (#4148)
1 parent b33ba50 commit dae11ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/buf/internal/command/plugin/pluginpush/pluginpush.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ func (f *flags) Bind(flagSet *pflag.FlagSet) {
104104
"",
105105
fmt.Sprintf(
106106
"The plugin's type setting, if created. Can only be set with --%s. Must be one of %s",
107-
createTypeFlagName,
107+
createFlagName,
108108
xstrings.SliceToString(bufplugin.AllPluginTypeStrings),
109109
),
110110
)

0 commit comments

Comments
 (0)