Skip to content

Commit a56d878

Browse files
authored
Fix assetresolver error with age-keygen install
Similar to #50, this fixes assetresolver errors during the age-keygen install from proof files matching incorrectly.
1 parent 18c09e7 commit a56d878

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)