Skip to content

Commit

Permalink
Fix DOTNET_INSTALL_DIR enviornment variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikolai Laevskii committed May 24, 2023
1 parent 3dfe267 commit 7e164d3
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 @@ -239,7 +239,7 @@ export class DotnetCoreInstaller {
static addToPath = DotnetInstallDir.addToPath;

static {
DotnetInstallDir.initialize;
DotnetInstallDir.initialize();
}

constructor(private version: string, private quality: QualityOptions) {}
Expand Down

0 comments on commit 7e164d3

Please sign in to comment.