github / ossar-action

Run multiple open source security static analysis tools without the added complexity with OSSAR (Open Source Static Analysis Runner).
MIT License
94 stars 27 forks source link

Fixed typo in msca-installer.ts #8

Closed andren closed 4 years ago

andren commented 4 years ago

A single 'f' was added to a console.log(); statement.

Not sure why a '}' was removed and then added in the last line (269), I didn't touch that, maybe some sort of scope checker?