Merge pull request #249176 from TomaSajt/build-dotnet-global-tool-fix

buildDotnetGlobalTool: fix typo
This commit is contained in:
OTABI Tomoya 2023-08-23 13:57:55 +09:00 committed by GitHub
commit 55e2339423
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -32,7 +32,7 @@ buildDotnetModule (args // {
useDotnetFromEnv = true;
dontBuld = true;
dontBuild = true;
installPhase = ''
runHook preInstall