Skip to content

Commit

Permalink
Update certificate.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Zoey2936 committed Sep 30, 2024
1 parent fef6373 commit 65ee164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/internal/certificate.js
Original file line number Diff line number Diff line change
Expand Up @@ -878,7 +878,7 @@ const internalCertificate = {

logger.info('Command:', cmdr);

return utils.exec(cmdr).then((result) => {
utils.exec(cmdr).then((result) => {
logger.info(result);
});

Expand Down Expand Up @@ -911,7 +911,7 @@ const internalCertificate = {

logger.info('Command:', mainCmdr);

return utils.exec(mainCmdr).then(async (result) => {
utils.exec(mainCmdr).then(async (result) => {
logger.info(result);
});

Expand Down

0 comments on commit 65ee164

Please sign in to comment.