Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-shibanov committed Dec 5, 2022
1 parent 487336c commit 3a18a01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/installer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ export async function getInfoFromManifest(
core.debug('No manifest cached');
manifest = await getManifest(auth);
}

core.info(`matching ${versionSpec}...`);

const rel = await tc.findFromManifest(versionSpec, stable, manifest, arch);
Expand Down

0 comments on commit 3a18a01

Please sign in to comment.