Skip to content

Commit ba83bf9

Browse files
committed
Update persistent worker example extract_archive
See 779fead.
1 parent 1f69c07 commit ba83bf9

File tree

1 file changed

+1
-1
lines changed
  • examples/persistent_worker/toolchains

1 file changed

+1
-1
lines changed

examples/persistent_worker/toolchains/BUCK

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ remote_file(
2828

2929
extract_archive(
3030
name = "python-extract",
31-
contents_archive = ":python-download",
31+
src = ":python-download",
3232
)
3333

3434
python_toolchain(

0 commit comments

Comments
 (0)