Skip to content

Commit 8996ac4

Browse files
chefgsCopilot
andauthored
Potential fix for pull request finding
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 924155e commit 8996ac4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cli/scaffold_sre.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ def generate_slo_manifest(args):
347347
},
348348
})
349349

350-
if args.slo_type in ("error_rate",):
350+
if args.slo_type in ("error_rate", "all"):
351351
slos.append({
352352
"name": "error_rate",
353353
"description": f"{name} error rate SLO — error rate stays below {round(100 - args.slo_target, 4)}%",

0 commit comments

Comments
 (0)