aboutsummaryrefslogtreecommitdiff
path: root/src/hugo/devcontainer-feature.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/hugo/devcontainer-feature.json')
-rw-r--r--src/hugo/devcontainer-feature.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/hugo/devcontainer-feature.json b/src/hugo/devcontainer-feature.json
index 4aa50ef..2303397 100644
--- a/src/hugo/devcontainer-feature.json
+++ b/src/hugo/devcontainer-feature.json
@@ -1,6 +1,6 @@
{
"id": "hugo",
- "version": "1.0.3",
+ "version": "1.0.4",
"name": "Hugo",
"documentationURL": "https://github.com/devcontainers/features/tree/main/src/hugo",
"options": {
@@ -15,6 +15,6 @@
},
"containerEnv": {
"HUGO_DIR": "/usr/local/hugo",
- "PATH": "${HUGO_DIR}/bin:${PATH}"
+ "PATH": "/usr/local/hugo/bin:${PATH}"
}
}