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.
2 parents 417e799 + 83550b6 commit f11a9d7Copy full SHA for f11a9d7
2 files changed
src/shellcheck/devcontainer-feature.json
@@ -1,6 +1,6 @@
1
{
2
"id": "shellcheck",
3
- "version": "1.0.0",
+ "version": "1.1.0",
4
"name": "shellcheck (via Github Releases)",
5
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/shellcheck",
6
"description": "",
@@ -15,4 +15,4 @@
15
}
16
},
17
"installsAfter": []
18
-}
+}
src/shellcheck/install.sh
@@ -16,6 +16,6 @@ $nanolayer_location \
install \
devcontainer-feature \
"ghcr.io/devcontainers-extra/features/gh-release:1" \
19
- --option repo='koalaman/shellcheck' --option binaryNames='shellcheck' --option version="$VERSION"
+ --option repo='koalaman/shellcheck' --option binaryNames='shellcheck' --option version="$VERSION" --option assetRegex='shellcheck-.*.tar.xz$'
20
21
echo 'Done!'
0 commit comments