From 235ff9b1382e7094cbd50c6fd6c6d0eee622443b Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Fri, 19 Jul 2024 19:24:33 +0200 Subject: [PATCH] =?UTF-8?q?chore(entrypoint):=20hydraJobs=20=E2=86=92=20bu?= =?UTF-8?q?ildbotJobs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Raito Bezarius --- buildbot_nix/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildbot_nix/__init__.py b/buildbot_nix/__init__.py index 947db69..51771ca 100644 --- a/buildbot_nix/__init__.py +++ b/buildbot_nix/__init__.py @@ -36,7 +36,7 @@ from .binary_cache import S3BinaryCacheConfig log = Logger() -FLAKE_TARGET_ATTRIBUTE_FOR_JOBS = "hydraJobs" +FLAKE_TARGET_ATTRIBUTE_FOR_JOBS = "buildbotJobs" @dataclass class OAuth2Config: