Skip to content

Commit dccf1cb

Browse files
committed
lint scripts
Signed-off-by: Gregor Zeitlinger <[email protected]>
1 parent 017ae22 commit dccf1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.mise/tasks/lint/bom.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
from pathlib import Path
1010
from typing import List
1111

12-
ROOT = Path(__file__).resolve().parents[2] # repo root (.. from .mise/tasks)
12+
ROOT = Path(__file__).resolve().parents[3] # repo root (.. from .mise/tasks/lint)
1313
IGNORE_DIRS = {"prometheus-metrics-parent"}
1414
MODULE_PREFIX = "prometheus-metrics"
1515
BOM_POM = ROOT / "prometheus-metrics-bom" / "pom.xml"

0 commit comments

Comments
 (0)