Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openwrt/asu.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--asu/janitor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/asu/janitor.py b/asu/janitor.py
index 4ab6d9a..9c2289d 100644
--- a/asu/janitor.py
+++ b/asu/janitor.py
@@ -324,7 +324,7 @@ def update_target_profiles(branch: dict, version: str, target: str) -> str:
except NoSuchJobError:
current_app.logger.warning("Job was already deleted")
- r.delete(f"build:{version_code}:{target}")
+ r.delete(f"builds:{version_code}:{target}")
r.set(
f"revision:{version}:{target}",