Skip to content

Commit

Permalink
Fix outdated comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksnyder committed Jan 28, 2025
1 parent dd13989 commit 6e8a871
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion private/buf/cmd/buf/command/push/push.go
Original file line number Diff line number Diff line change
Expand Up @@ -414,7 +414,7 @@ func validateLabelFlagValues(flags *flags) error {
return nil
}

// We do not allow users to set --source-control-url, --create-default-label, and --label
// We do not allow users to set --tag, --branch, and --draft
// flags if the --git-metadata flag is set.
func validateGitMetadataFlags(flags *flags) error {
if flags.GitMetadata {
Expand Down

0 comments on commit 6e8a871

Please sign in to comment.