From 8db798e08bd287531e151ca53975514f243a1963 Mon Sep 17 00:00:00 2001 From: Oluf Lorenzen Date: Fri, 7 May 2021 16:47:06 +0200 Subject: [PATCH] typo --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.js b/index.js index 4e69b62..807dd8b 100644 --- a/index.js +++ b/index.js @@ -34,8 +34,8 @@ function addToken(url, token) { async function main() { await core.group('install pre-commit', async () => { - await exec.exec('python3'] 'pip', 'install', 'pre-commit']); - await exec.exec('python3'] 'pip', 'freeze', '--local']); + await exec.exec('python3' ['pip', 'install', 'pre-commit']); + await exec.exec('python3' ['pip', 'freeze', '--local']); }); const args = [