Skip to content

Commit

Permalink
=chore: fix lint error
Browse files Browse the repository at this point in the history
  • Loading branch information
mohameedsherif committed May 15, 2024
1 parent c20e05a commit 00ce347
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/keys.ts
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,9 @@ export async function addCertToSystemTrustStoreAndSaveCerts(

if (platform === 'darwin')
// macOS
await runCommand(`sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain ${CAcertPath}`)
await runCommand(
`sudo security add-trusted-cert -d -r trustRoot -k /Library/Keychains/System.keychain ${CAcertPath}`,
)
else if (platform === 'win32')
// Windows

Expand Down

0 comments on commit 00ce347

Please sign in to comment.