Skip to content

Commit d861af9

Browse files
authored
Merge pull request #204 from mattkaar/fix-age-keygen-assetresolver
Fix assetresolver error with age-keygen install
2 parents 18c09e7 + 7c98b15 commit d861af9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/age-keygen/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"id": "age-keygen",
3-
"version": "1.0.16",
3+
"version": "1.0.17",
44
"name": "age-keygen (via Github Releases)",
55
"documentationURL": "http://github.com/devcontainers-extra/features/tree/main/src/age-keygen",
66
"description": "age-keygen generate a key pair for use with age.",

src/age-keygen/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ $nanolayer_location \
1313
install \
1414
devcontainer-feature \
1515
"ghcr.io/devcontainers-extra/features/gh-release:1.0.26" \
16-
--option repo='filosottile/age' --option binaryNames='age-keygen' --option version="$VERSION"
16+
--option repo='filosottile/age' --option binaryNames='age-keygen' --option version="$VERSION" --option assetRegex='.*(.tar.gz)$'
1717

1818
echo 'Done!'

0 commit comments

Comments
 (0)