Skip to content

Commit

Permalink
updating code
Browse files Browse the repository at this point in the history
  • Loading branch information
agracio committed Apr 24, 2024
1 parent cd6f4cd commit 98c7fd0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ useDynamicInput('Node.Js', function(error, result) {
console.log();
});

if(!process.platform === 'linux'){
if(process.platform !== 'linux'){
listCertificates({ storeName: 'My', storeLocation: 'LocalMachine' }, function(error, result) {
if (error) throw error;
console.log(localTypeName + '.ListCertificates');
Expand Down

0 comments on commit 98c7fd0

Please sign in to comment.