Skip to content

Commit 43bd183

Browse files
committed
apparently on Windows we use bash.exe
1 parent c694383 commit 43bd183

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

python/uv/private/lock.bzl

+1-4
Original file line numberDiff line numberDiff line change
@@ -374,10 +374,7 @@ def lock(
374374
target_compatible_with = target_compatible_with,
375375
update_target = update_target,
376376
# TODO @aignas 2025-03-17: consider using python to copy files?
377-
copy_cmd = select({
378-
"@platforms//os:windows": "copy /v",
379-
"//conditions:default": "cp -v",
380-
}),
377+
copy_cmd = "cp -v",
381378
tags = [
382379
"local",
383380
"manual",

0 commit comments

Comments
 (0)