Skip to content

Commit c48f730

Browse files
author
Thomas G.
committed
fix: 🐛 correct tabSize arg
1 parent 7c5fe7f commit c48f730

2 files changed

Lines changed: 4 additions & 6 deletions

File tree

src/common-utils/_normalize-json.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
eval $(
88
zz_args "Normalize JSON according to schema" $0 "$@" <<-help
99
s - save save normalized json to original file
10-
t - tabSize tab size for indentation
10+
t tabSize tabSize tab size for indentation
1111
a - allow allow additional properties at root level
1212
d - debug debug output
1313
f fallback fallback fallback schema to use if none found locally

src/common-utils/devcontainer-feature.json

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
{
22
"name": "Common Utils",
3-
"version": "3.3.7",
3+
"version": "3.3.8",
44
"description": "Common utils for tomgrv/devcontainer-features",
55
"dependsOn": {
66
"ghcr.io/devcontainers/features/common-utils": {}
77
},
88
"id": "common-utils",
9-
"installsAfter": [
10-
"ghcr.io/devcontainers/features/common-utils"
11-
],
9+
"installsAfter": ["ghcr.io/devcontainers/features/common-utils"],
1210
"options": {
1311
"utils": {
1412
"type": "string",
@@ -51,4 +49,4 @@
5149
]
5250
}
5351
}
54-
}
52+
}

0 commit comments

Comments
 (0)