diff --git a/src/app/Fake.Core.Context/Context.fs b/src/app/Fake.Core.Context/Context.fs index 561a3edf39c..9687364a871 100644 --- a/src/app/Fake.Core.Context/Context.fs +++ b/src/app/Fake.Core.Context/Context.fs @@ -197,7 +197,7 @@ module Context = /// /// Creates and sets the FAKE execution context from command line arguments. /// - let setExecutionContextFromCommandLineArgs scriptFile: unit = + let setExecutionContextFromCommandLineArgs scriptFile : unit = System.Environment.GetCommandLineArgs() |> Array.skip 2 // skip fsi & scriptFile |> Array.toList