Skip to content

Commit 6b026e1

Browse files
authored
feat: Update Ruby Apiary metadata path to match Repo reorganization (#888)
1 parent 407613a commit 6b026e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autosynth/providers/ruby_apiary.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def list_repositories():
2323
"repository": "googleapis/google-api-ruby-client",
2424
"branch-suffix": f"{name}-{version}",
2525
"args": [name, version],
26-
"metadata-path": f"generated/google/apis/{_client_dir(name, version)}",
26+
"metadata-path": f"google-api-client/generated/google/apis/{_client_dir(name, version)}",
2727
"pr-title": f"feat: Automated regeneration of {name} {version} client",
2828
}
2929
for name, versions in apiary.list_apis().items() for version in versions

0 commit comments

Comments
 (0)