Skip to content

Commit 36773e7

Browse files
DonJayamanneeleanorjboyd
authored andcommitted
Remove unwated } in pyenv version (#495)
Fixes #494
1 parent 2215d2e commit 36773e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/managers/pyenv/pyenvUtils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ function nativeToPythonEnv(
177177

178178
const sv = shortVersion(info.version);
179179
const name = info.name || info.displayName || path.basename(info.prefix);
180-
const displayName = info.displayName || `pyenv (${sv}}`;
180+
const displayName = info.displayName || `pyenv (${sv})`;
181181

182182
const shellActivation: Map<string, PythonCommandRunConfiguration[]> = new Map();
183183
const shellDeactivation: Map<string, PythonCommandRunConfiguration[]> = new Map();

0 commit comments

Comments
 (0)