Skip to content

Commit

Permalink
Added missing part of path for certificate
Browse files Browse the repository at this point in the history
  • Loading branch information
AleksSavelev committed May 23, 2024
1 parent 02715ca commit 6f87608
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/CertificateTools.ts
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export async function createCertFile(config, open = false) {
try {
let createCertCommand = "";
let passphrase = "";
fs.ensureDirSync(path.dirname(homeDir));
fs.ensureDirSync(path.dirname(certPath));
switch (os.platform()) {
case "linux":
case "darwin":
Expand Down

0 comments on commit 6f87608

Please sign in to comment.