Skip to content

Commit 3317732

Browse files
authored
chore(librarian): fix typo (#15547)
Remove trailing `/` under source roots to ensure that changes in the root of `packages/google-auth-httplib2` trigger releases
1 parent 10b649f commit 3317732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.librarian/state.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ libraries:
209209
last_generated_commit: ""
210210
apis: []
211211
source_roots:
212-
- packages/google-auth-httplib2/
212+
- packages/google-auth-httplib2
213213
preserve_regex: []
214214
remove_regex: []
215215
tag_format: '{id}-v{version}'

0 commit comments

Comments
 (0)