Skip to content

Commit 27f7899

Browse files
authored
Pin acktools to 37943dd8dd38544ab7b901af762998b625a1cdd9 (#2161)
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.
1 parent 77dcfeb commit 27f7899

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
acktools @ git+https://github.com/aws-controllers-k8s/test-infra.git@20880d772074520896f26efe4861342da4b21b30#subdirectory=tools
1+
acktools @ git+https://github.com/aws-controllers-k8s/test-infra.git@37943dd8dd38544ab7b901af762998b625a1cdd9#subdirectory=tools
22
PyGitHub==1.55
33
Jinja2==3.0.1

docs/scripts/gen_services.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ def main(
152152
repo = awssdkgo.get_repo(writer, gh_token, cache_dir)
153153
services = service.collect_all(writer, repo)
154154

155-
controllers = controller.collect_all(writer, gh, ep_client, services)
155+
controllers = controller.collect_all(writer, gh, services)
156156
active_controllers = filter_actively_developed_controllers(controllers)
157157

158158
display_names = create_display_names(controllers)

0 commit comments

Comments
 (0)