mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-17 00:04:42 +04:00
parent
26e60fa333
commit
b81c9802ae
28 changed files with 58 additions and 58 deletions
|
|
@ -47,7 +47,7 @@ def install_environment(
|
|||
with clean_path_on_failure(env_dir):
|
||||
cmd = [
|
||||
sys.executable, '-m', 'nodeenv', '--prebuilt',
|
||||
'{{prefix}}{0}'.format(directory),
|
||||
'{{prefix}}{}'.format(directory),
|
||||
]
|
||||
|
||||
if version != 'default':
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue