From 64e8b31d785d8b29358aa06a50b9f6710a0b993f Mon Sep 17 00:00:00 2001 From: Bas Steins <592313+sebst@users.noreply.github.com> Date: Sat, 13 Sep 2025 10:56:55 +0200 Subject: [PATCH] fix(`webinstall.dev`): fix typo. --- src/webinstall.dev/devcontainer-feature.json | 2 +- src/webinstall.dev/install.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/webinstall.dev/devcontainer-feature.json b/src/webinstall.dev/devcontainer-feature.json index dca0323..cf26ab4 100644 --- a/src/webinstall.dev/devcontainer-feature.json +++ b/src/webinstall.dev/devcontainer-feature.json @@ -1,7 +1,7 @@ { "name": "webinstall.dev", "id": "webinstall.dev", - "version": "1.0.0", + "version": "1.0.1", "description": "Install \"webi\" binary", "documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/webinstall.dev", "options": { diff --git a/src/webinstall.dev/install.sh b/src/webinstall.dev/install.sh index a1e388f..a4d7e35 100755 --- a/src/webinstall.dev/install.sh +++ b/src/webinstall.dev/install.sh @@ -4,7 +4,7 @@ set -o pipefail set -o noclobber set -o nounset set -o allexport -readonly name="asdf" +readonly name="webinstall.dev" apt_get_update() { if [ "$(find /var/lib/apt/lists/* | wc -l)" = "0" ]; then echo "Running apt-get update..."