Skip to content

Commit 5e0c7e1

Browse files
committed
WIP8
1 parent 0651b7d commit 5e0c7e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/GWallet.Frontend.Console/Program.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -515,7 +515,7 @@ let main argv =
515515
failwith "No args"
516516
| 1 when argv.[0] = "hello" ->
517517
Console.WriteLine "hello"
518-
let helloFile = Path.Combine(Environment.GetCurrenDirectory(), "hello.txt") |> FileInfo
518+
let helloFile = Path.Combine(System.IO.Directory.GetCurrentDirectory(), "hello.txt") |> FileInfo
519519
File.WriteAllText(helloFile.FullName, "hallo")
520520
Console.WriteLine "bye"
521521
0

0 commit comments

Comments
 (0)