Skip to content

Commit

Permalink
fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
matthid committed Apr 15, 2018
1 parent f582480 commit a8f7979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/Fake.Core.Trace/Trace.fs
Expand Up @@ -98,7 +98,7 @@ let traceEnvironmentVariables() =
// tracefn "Environment-Settings (%A):" mode
// environVars mode |> Seq.iter (tracefn " %A"))
tracefn "Environment-Settings :\n"
environVars () |> Seq.iter (fun (a,b) ->
Environment.environVars () |> Seq.iter (fun (a,b) ->
tracefn " %A - %A" a b
)

Expand Down

0 comments on commit a8f7979

Please sign in to comment.