Skip to content

Commit

Permalink
fix: Use a non-flag arg for the ruby-apiary-clean synth job (#814)
Browse files Browse the repository at this point in the history
  • Loading branch information
dazuma authored Oct 19, 2020
1 parent 77c5ba8 commit 2f8ac35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autosynth/providers/ruby_apiary.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ def list_repositories():
"name": "clean",
"repository": "googleapis/google-api-ruby-client",
"branch-suffix": "clean",
"args": ["--clean"],
"args": ["clean"],
"pr-title": "feat: Automated removal of obsolete clients",
}
)
Expand Down

0 comments on commit 2f8ac35

Please sign in to comment.