We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0651b7d commit 5e0c7e1Copy full SHA for 5e0c7e1
src/GWallet.Frontend.Console/Program.fs
@@ -515,7 +515,7 @@ let main argv =
515
failwith "No args"
516
| 1 when argv.[0] = "hello" ->
517
Console.WriteLine "hello"
518
- let helloFile = Path.Combine(Environment.GetCurrenDirectory(), "hello.txt") |> FileInfo
+ let helloFile = Path.Combine(System.IO.Directory.GetCurrentDirectory(), "hello.txt") |> FileInfo
519
File.WriteAllText(helloFile.FullName, "hallo")
520
Console.WriteLine "bye"
521
0
0 commit comments