We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 237edf4 commit 335fc38Copy full SHA for 335fc38
src/common-utils/_zz_json.sh
@@ -15,7 +15,7 @@ help
15
# if schema is a url, download it
16
if test -n "$(echo $source | grep -E '^http')"; then
17
zz_log i "Downloading file from {U $source}"
18
- curl -s $source
+ curl -L -s $source
19
if [ $? -ne 0 ]; then
20
zz_log e "Unable to download file {U $source}" && exit 1
21
fi
src/common-utils/devcontainer-feature.json
@@ -2,7 +2,7 @@
2
"id": "common-utils",
3
"name": "Common Utils",
4
"description": "Common utils for tomgrv/devcontainer-features",
5
- "version": "3.15.1",
+ "version": "3.15.2",
6
"dependsOn": {
7
"ghcr.io/devcontainers/features/common-utils": {}
8
},
0 commit comments