Skip to content

Commit 0d82faa

Browse files
authored
1 parent b6edcd4 commit 0d82faa

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
@@ -24,7 +24,7 @@ while IFS= read -r -d $'\0' file; do
2424
links[i++]="$file"
2525
done < <(find "$DIR" -name "python" -type l -exec sh -c "$cmd" \; -print0)
2626

27-
# Exit if no venvs are using a pyenv-managed Python installation
27+
# Exit if no relevant venvs were found
2828
if [[ $i -eq 0 ]]; then
2929
exit 0
3030
fi

0 commit comments

Comments
 (0)