Skip to content

Commit dbfbe7e

Browse files
committed
Fix interpolation
1 parent 08418fb commit dbfbe7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/must-gather/skills/must-gather-analyzer/scripts/analyze_prometheus.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ def analyze_prometheus(must_gather_path: str, namespace: Optional[str] = None):
5353
return 1
5454
status = rules.get("status", "")
5555
if status != "success":
56-
print(f"{rules_file}: unexpected status ${status}")
56+
print(f"{rules_file}: unexpected status {status}")
5757
return 1
5858

5959
if "data" not in rules or "groups" not in rules["data"]:

0 commit comments

Comments
 (0)