Skip to content

Commit

Permalink
retry again
Browse files Browse the repository at this point in the history
  • Loading branch information
baileympearson committed Jan 3, 2024
1 parent fcdda29 commit 1179931
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions packages/signing-utils/.depcheckrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ ignores:
- '@types/chai'
- '@types/sinon-chai'
- 'sinon'
- '@types/ssh2'
ignore-patterns:
- 'dist'
3 changes: 2 additions & 1 deletion packages/signing-utils/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@
"url": "https://github.com/mongodb-js/devtools-shared.git"
},
"files": [
"dist"
"dist",
"src"
],
"license": "SSPL",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/signing-utils/src/signing-clients/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export async function getSigningClient(
return sshClient;
}

const signingScript = path.join(__dirname, '..', 'src', './garasign.sh');
const signingScript = path.join(__dirname, '../..', 'src', './garasign.sh');

if (options.client === 'remote') {
const sshClient = await getSshClient(options);
Expand Down

0 comments on commit 1179931

Please sign in to comment.