Skip to content

Commit 0112daf

Browse files
committed
WIP16
1 parent 8d038c0 commit 0112daf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/GWallet.Frontend.Console/Program.fs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -522,8 +522,8 @@ let main argv =
522522
let hello = sprintf "appData= %s ; userProfile= %s ; myDocs= %s ; personal= %s" appData userProfile myDocs personal
523523

524524
Console.WriteLine "hello"
525-
let helloFile = Path.Combine(System.IO.Directory.GetCurrentDirectory(), hello) |> FileInfo
526-
File.WriteAllText(helloFile.FullName, "hallo")
525+
let helloFile = Path.Combine(System.IO.Directory.GetCurrentDirectory(), "hello.txt") |> FileInfo
526+
File.WriteAllText(helloFile.FullName, hello)
527527
Console.WriteLine "bye"
528528
0
529529
| _ ->

0 commit comments

Comments
 (0)