Skip to content

Commit 2bacb3b

Browse files
committed
be specific in the file name to move
1 parent b5c2ab4 commit 2bacb3b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

java-firestore/owlbot.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
s.move(library, excludes=["**/Version.java"])
5353
# Replace Version.VERSION with FirestoreAdminVersion.VERSION in stub files
5454
s.replace(
55-
"google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/**/*.java",
55+
"google-cloud-firestore-admin/src/main/java/com/google/cloud/firestore/v1/stub/FirestoreAdminStubSettings.java",
5656
"Version.VERSION",
5757
"FirestoreAdminVersion.VERSION",
5858
)

0 commit comments

Comments
 (0)