Skip to content

Commit

Permalink
fix(pkg): address prebuilds comment
Browse files Browse the repository at this point in the history
Signed-off-by: Trae Yelovich <trae.yelovich@broadcom.com>
  • Loading branch information
traeok committed Jul 25, 2023
1 parent 11a1c21 commit 68b2518
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/secrets/src/keyring/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ function getTargetName() {
}

const binaryPath = require.resolve(`./keyring.${getTargetName()}.node`, {
paths: [__dirname, path.join(__dirname, "prebuilds")],
paths: [__dirname, path.join(__dirname, "..", "..", "prebuilds")],
});

const {
Expand Down

0 comments on commit 68b2518

Please sign in to comment.