mirror of
https://github.com/astral-sh/setup-uv.git
synced 2026-02-07 18:17:24 +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 {
|
||||
if (process.env.UV_PYTHON_INSTALL_DIR !== undefined) {
|
||||
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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue