Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Outsider <[email protected]>
  • Loading branch information
outsideris committed Aug 1, 2023
1 parent 74686cf commit 3637229
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/provider/provider.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ const sign = (shaSumsFile, targetDir, gpgKey) =>
keyOption = `--default-key ${gpgKey} `;
}
exec(`gpg --list-secret-keys`, { cwd: targetDir }, (err2, stdout) => {
console.log('gpg --list-secret-keys')
if (err2) {
return reject(err2);
}
Expand Down

0 comments on commit 3637229

Please sign in to comment.