Skip to content
This repository has been archived by the owner on Jul 21, 2020. It is now read-only.

Commit

Permalink
formatting change in json
Browse files Browse the repository at this point in the history
  • Loading branch information
sriv committed Mar 12, 2015
1 parent 720913c commit 843385a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Runner/csharp.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
"version" : "0.0.6",
"description": "C# support for gauge",
"run": {
"windows": ["bin\\Gauge.Csharp.Runner.exe", "--start"],
"linux": ["echo", "Coming Soon!"],
"windows": ["bin\\Gauge.Csharp.Runner.exe", "--start"],
"linux": ["echo", "Coming Soon!"],
"darwin": ["echo", "Coming Soon!"]
},
"init": {
Expand Down

0 comments on commit 843385a

Please sign in to comment.