From 1edf87ba97278a700ba88ed9619172912ffaac25 Mon Sep 17 00:00:00 2001 From: jdkato Date: Mon, 25 Sep 2023 09:40:03 -0700 Subject: [PATCH] Typo --- src/install.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/install.ts b/src/install.ts index 05689983..06727ed9 100644 --- a/src/install.ts +++ b/src/install.ts @@ -34,7 +34,7 @@ export async function installLint(version: string): Promise { export async function installReviewDog(version: string): Promise { core.info(`Installing ReviewDog version '${version}' ...`); - const url = `https://github.com/reviewdog/reviewdog/releases/download/v${version}/reviewdog_${version}_Linux_x86_64.tar.gz` + const url = `https://github.com/reviewdog/reviewdog/releases/download/v${version}/reviewdog_${version}_Linux_x86_64.tar.gz`; const archivePath = await tc.downloadTool(url); let extractedDir = '';