Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Numpsy committed Feb 27, 2025
1 parent 7a7c5f7 commit e933377
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/Fake.DotNet.Cli.IntegrationTests/TemplateTests.fs
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ let invokeScript dir scriptName (args: string) =
CreateProcess.fromRawCommandLine fullScriptPath args
|> CreateProcess.withTimeout timeout
|> CreateProcess.withWorkingDirectory dir
|> CreateProcess.withEnvironment [("FAKE_SDK_RESOLVER_CUSTOM_DOTNET_VERSION", "6.0")]
|> CreateProcess.withEnvironment [ ("FAKE_SDK_RESOLVER_CUSTOM_DOTNET_VERSION", "6.0") ]
|> CreateProcess.redirectOutput
|> Proc.run

Expand Down

0 comments on commit e933377

Please sign in to comment.