Skip to content

Commit 16ff988

Browse files
authored
fix(webinstall.dev): fix typo. (#60)
1 parent 8f98a16 commit 16ff988

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/webinstall.dev/devcontainer-feature.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "webinstall.dev",
33
"id": "webinstall.dev",
4-
"version": "1.0.0",
4+
"version": "1.0.1",
55
"description": "Install \"webi\" binary",
66
"documentationURL": "https://github.com/devcontainer-community/devcontainer-features/tree/main/src/webinstall.dev",
77
"options": {

src/webinstall.dev/install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -o pipefail
44
set -o noclobber
55
set -o nounset
66
set -o allexport
7-
readonly name="asdf"
7+
readonly name="webinstall.dev"
88
apt_get_update() {
99
if [ "$(find /var/lib/apt/lists/* | wc -l)" = "0" ]; then
1010
echo "Running apt-get update..."

0 commit comments

Comments
 (0)