Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jdkato committed Sep 25, 2023
1 parent 9321d22 commit 1edf87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export async function installLint(version: string): Promise<string> {
export async function installReviewDog(version: string): Promise<string> {
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 = '';
Expand Down

0 comments on commit 1edf87b

Please sign in to comment.