Skip to content

Commit ffee517

Browse files
committed
fix(npm): add missing patch copy action key
1 parent 193785d commit ffee517

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

npm/private/npm_translate_lock_state.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ WARNING: Implicitly using patch file `{patch}` since the `{package_json}` file c
355355
package_json = label_store.label("package_json_root"),
356356
)
357357
fail(msg)
358-
_copy_input_file(priv, rctx, label_store, patch_key)
358+
_copy_input_file(priv, rctx, attr, label_store, patch_key)
359359

360360
################################################################################
361361
def _has_input_hash(priv, path):

0 commit comments

Comments
 (0)