Apply suggestions from code review

Co-authored-by: Arthur Baars <aibaars@github.com>
This commit is contained in:
David Verdeguer
2020-10-08 11:59:35 +02:00
committed by GitHub
parent e97bdbdfac
commit 424a9cfa1c
2 changed files with 5 additions and 5 deletions

View File

@@ -188,7 +188,7 @@ export async function installPythonDeps(codeql: CodeQL, logger: Logger) {
if (process.platform === "darwin") {
logger.info(
"Currently, auto-installing python dependancies is not supported on MacOS"
"Currently, auto-installing python dependencies is not supported on MacOS"
);
logger.endGroup();
return;