aboutsummaryrefslogtreecommitdiff
path: root/src/python
diff options
context:
space:
mode:
authorSamruddhi Khandale <skhandale@microsoft.com>2022-05-13 01:55:46 +0300
committerGitHub <noreply@github.com>2022-05-13 01:55:46 +0300
commitd43550293244d747235f1f1a91b2856bb7d1397b (patch)
tree7c857d37efbb18f856331efb5c4dd950d2a65ca6 /src/python
parent3e7c0308db4005644b21c0626ba6239271cf04cc (diff)
Python: Use exposed installPath argument (#13)
use exposed installPath arg
Diffstat (limited to 'src/python')
-rw-r--r--src/python/feature.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/python/feature.json b/src/python/feature.json
index 18728f3..b387e27 100644
--- a/src/python/feature.json
+++ b/src/python/feature.json
@@ -19,7 +19,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."