From abf9166e44f12b2a02a2b433a371bc2b4accb12d Mon Sep 17 00:00:00 2001 From: Nikolai Laevskii Date: Fri, 12 May 2023 17:11:32 +0200 Subject: [PATCH] build: Fix DOTNET_INSTALL_DIR enviornment variable --- dist/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/index.js b/dist/index.js index 727b6ca..e0bc888 100644 --- a/dist/index.js +++ b/dist/index.js @@ -447,7 +447,7 @@ class DotnetCoreInstaller { exports.DotnetCoreInstaller = DotnetCoreInstaller; DotnetCoreInstaller.addToPath = DotnetInstallDir.addToPath; (() => { - DotnetInstallDir.initialize; + DotnetInstallDir.initialize(); })();