Skip to content

Commit 0c50b65

Browse files
author
Thomas G.
committed
fix: remove logs
1 parent 1bf7192 commit 0c50b65

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

src/common-utils/_normalize-json.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ eval $(
2020
help
2121
)
2222

23-
echo "Arguments: $@" >&2
24-
2523
# Validate JSON
2624
zz_log i "Normalizing JSON..."
2725
list=$(validate-json ${allow:+-a} ${debug:+-d} ${fallback:+-f "$fallback"} ${local:+-l "$local"} ${import:+-i} "$json" "$schema")

src/common-utils/_validate-json.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -468,7 +468,7 @@ if [ -n "$local" ]; then
468468
schema=$local/_$type.schema.json
469469

470470
# log
471-
zz_log i "Infering schema from local folder {U $folder} for {UYellow $json}"
471+
zz_log i "Infering schema from local folder {U $local} for {UYellow $json}"
472472
fi
473473

474474
# Check if schema file exists, and if not and import allowed, download it from schema store

src/common-utils/devcontainer-feature.json

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,14 @@
11
{
22
"name": "Common Utils",
3-
"version": "3.4.2",
3+
"version": "3.4.3",
44
"description": "Common utils for tomgrv/devcontainer-features",
55
"dependsOn": {
66
"ghcr.io/devcontainers/features/common-utils": {}
77
},
88
"id": "common-utils",
9-
"installsAfter": ["ghcr.io/devcontainers/features/common-utils"],
9+
"installsAfter": [
10+
"ghcr.io/devcontainers/features/common-utils"
11+
],
1012
"options": {
1113
"utils": {
1214
"type": "string",
@@ -49,4 +51,4 @@
4951
]
5052
}
5153
}
52-
}
54+
}

0 commit comments

Comments
 (0)