Skip to content

Commit 6fcb5f5

Browse files
authored
cleanup(sidekick/config): remove support for conformance-root (#4491)
googleapis/google-cloud-rust#4921 removes the last root_name that has the -root suffix, so no longer need to support.
1 parent 4ef42e7 commit 6fcb5f5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

internal/sidekick/config/source_config.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ func (c SourceConfig) Root(name string) string {
6161
return c.Sources.Showcase
6262
case "protobuf-src":
6363
return c.Sources.ProtobufSrc
64-
case "conformance", "conformance-root":
64+
case "conformance":
6565
return c.Sources.Conformance
6666
default:
6767
// Unknown root name

0 commit comments

Comments
 (0)