diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2022-05-13 01:55:46 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-13 01:55:46 +0300 |
commit | d43550293244d747235f1f1a91b2856bb7d1397b (patch) | |
tree | 7c857d37efbb18f856331efb5c4dd950d2a65ca6 /src/python/feature.json | |
parent | 3e7c0308db4005644b21c0626ba6239271cf04cc (diff) |
Python: Use exposed installPath argument (#13)
use exposed installPath arg
Diffstat (limited to 'src/python/feature.json')
-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 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." |