Skip to content

Commit

Permalink
fix(npm): add missing patch copy action key
Browse files Browse the repository at this point in the history
  • Loading branch information
jbedard committed Nov 3, 2024
1 parent 193785d commit ffee517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm/private/npm_translate_lock_state.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ WARNING: Implicitly using patch file `{patch}` since the `{package_json}` file c
package_json = label_store.label("package_json_root"),
)
fail(msg)
_copy_input_file(priv, rctx, label_store, patch_key)
_copy_input_file(priv, rctx, attr, label_store, patch_key)

################################################################################
def _has_input_hash(priv, path):
Expand Down

0 comments on commit ffee517

Please sign in to comment.