mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-02-19 15:31:43 +00:00
chore: remove stray space from UV_PYTHON_INSTALL_DIR message
This commit is contained in:
parent
681c641aba
commit
2867c5f562
1 changed files with 1 additions and 1 deletions
|
|
@ -155,7 +155,7 @@ function getCacheDirFromConfig(): string | undefined {
|
||||||
export function getUvPythonDir(): string {
|
export function getUvPythonDir(): string {
|
||||||
if (process.env.UV_PYTHON_INSTALL_DIR !== undefined) {
|
if (process.env.UV_PYTHON_INSTALL_DIR !== undefined) {
|
||||||
core.info(
|
core.info(
|
||||||
`UV_PYTHON_INSTALL_DIR is already set to ${process.env.UV_PYTHON_INSTALL_DIR}`,
|
`UV_PYTHON_INSTALL_DIR is already set to ${process.env.UV_PYTHON_INSTALL_DIR}`,
|
||||||
);
|
);
|
||||||
return process.env.UV_PYTHON_INSTALL_DIR;
|
return process.env.UV_PYTHON_INSTALL_DIR;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue