diff --git a/src/index.ts b/src/index.ts index 267ef4b..00f0229 100644 --- a/src/index.ts +++ b/src/index.ts @@ -7,7 +7,7 @@ import installer from "./installer"; async function run() { try { getLatestVersion().then( - async function(latestVersion): Promise { + async function(latestVersion): Promise { const hugoVersion: string = core.getInput("hugo-version"); console.log(`Hugo version: ${hugoVersion}`); const version = (v: string, latestVersion: string): string => {