Skip to content

Commit

Permalink
Forgot a small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Duckapple committed Nov 14, 2019
1 parent 1f09f2c commit c597e99
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpers/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ def preconfigure(cfg, location):
".fsscript": "F#",
}
cfg["Initialize commands"] = {
"F#": "dotnet new console -lang F# -o @d",
"C#": "dotnet new console -o @d",
"F#": "dotnet new console -lang F#",
"C#": "dotnet new console",
}
cfg["Run commands"] = {
"Python": "python @f",
Expand Down

0 comments on commit c597e99

Please sign in to comment.