diff options
author | Josh Spicer <josh@joshspicer.com> | 2022-05-13 03:07:38 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 03:07:38 +0300 |
commit | 1620def8a910d5c3af938708c98a361d0603b5bc (patch) | |
tree | 1d930b05987cc024fecf60aeb71c3ffe39ec8e3c /src/python | |
parent | 5332b952adf7e31a744bba297b5232a7000de58a (diff) | |
parent | 73e20e52a2d48d915036007ea84db994a01df561 (diff) |
Merge branch 'main' of https://github.com/devcontainers/features
Diffstat (limited to 'src/python')
-rw-r--r-- | src/python/feature.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/feature.json b/src/python/feature.json index f451eb2..da77899 100644 --- a/src/python/feature.json +++ b/src/python/feature.json @@ -27,7 +27,7 @@ "default": false, "description": "Optimize Python for performance when compiled (slow)" }, - "install_path": { + "installPath": { "type": "string", "default": "/usr/local/python", "description": "The path where python will be installed." |