Skip to content

Commit 4c796c5

Browse files
yoshi-automationbusunkim96
authored andcommitted
chore(oslogin): fix synth copy (#9547)
1 parent f314557 commit 4c796c5

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

oslogin/synth.metadata

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
{
2-
"updateTime": "2019-10-25T21:10:32.534388Z",
2+
"updateTime": "2019-11-07T00:17:37.354583Z",
33
"sources": [
44
{
55
"generator": {
66
"name": "artman",
7-
"version": "0.40.2",
8-
"dockerImage": "googleapis/artman@sha256:3b8f7d9b4c206843ce08053474f5c64ae4d388ff7d995e68b59fb65edf73eeb9"
7+
"version": "0.41.0",
8+
"dockerImage": "googleapis/artman@sha256:75b38a3b073a7b243545f2332463096624c802bb1e56b8cb6f22ba1ecd325fa9"
99
}
1010
},
1111
{
1212
"git": {
1313
"name": "googleapis",
1414
"remote": "https://github.com/googleapis/googleapis.git",
15-
"sha": "d27a44798506d28e8e6d874bd128da43f45f74c4",
16-
"internalRef": "276716410"
15+
"sha": "2275670a746ab2bc03ebba0d914b45320ea15af4",
16+
"internalRef": "278922329"
1717
}
1818
},
1919
{

oslogin/synth.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@
3737
"setup.py",
3838
"README.rst",
3939
"docs/index.rst",
40-
"**/proto/oslogin/**",
41-
"**/proto/oslogin_v1/**",
40+
library / "google/cloud/oslogin_v1/proto/oslogin/**",
41+
library / "google/cloud/oslogin_v1/proto/oslogin_v1/**",
4242
],
4343
)
4444
s.move(library / "google/cloud/oslogin_v1/proto/**/*", "google/cloud/oslogin_v1/proto")

0 commit comments

Comments
 (0)