Skip to content

Commit fa830be

Browse files
authored
1 parent 0d82faa commit fa830be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyenv-users

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,6 @@ for link in "${links[@]}"; do
4747
if echo "$link" | grep -v -q "$PYENV_ROOT"; then
4848
[[ "$target" =~ $regex ]]
4949
version="${BASH_REMATCH[1]}"
50-
echo $version:${link%"/bin/python"}
50+
echo "$version":"${link%/bin/python}"
5151
fi
5252
done | sort | $output

0 commit comments

Comments
 (0)