Skip to content

Commit 0ee6624

Browse files
committed
Minor commit
1 parent 37d2b25 commit 0ee6624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cli/builder.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ def callback(
102102
print("Missing JSON file for services. Use 'create' first.")
103103
return
104104

105-
data: dict[str, Any] = read_json(Path()) or {}
105+
data: dict[str, Any] = read_json(path) or {}
106106
compose: dict[str, Any] = data.get("compose", {}) or {}
107107

108108
services: set[dict[str, Any]] = set(compose.get("services", []))

0 commit comments

Comments
 (0)