aboutsummaryrefslogtreecommitdiff
path: root/src/hugo/feature.json
diff options
context:
space:
mode:
Diffstat (limited to 'src/hugo/feature.json')
-rw-r--r--src/hugo/feature.json10
1 files changed, 8 insertions, 2 deletions
diff --git a/src/hugo/feature.json b/src/hugo/feature.json
index 0b91ac1..1d06486 100644
--- a/src/hugo/feature.json
+++ b/src/hugo/feature.json
@@ -4,13 +4,19 @@
"options": {
"version": {
"type": "string",
- "proposals": ["latest"],
+ "proposals": [
+ "latest"
+ ],
"default": "latest",
"description": "Select or enter a version."
}
},
+ "containerEnv": {
+ "HUGO_DIR": "/usr/local/hugo",
+ "PATH": "${HUGO_DIR}/bin:${PATH}"
+ },
"install": {
"app": "",
"file": "install.sh"
}
-}
+} \ No newline at end of file