Skip to content

Commit

Permalink
Append .exe to config.json for plugin-config
Browse files Browse the repository at this point in the history
  • Loading branch information
drich10 committed Sep 29, 2014
1 parent bb39fe8 commit a45acff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions fixtures/config/plugin-config/.cf/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@
"ColorEnabled": "",
"Locale": "",
"Plugins": {
"valid1": "../fixtures/plugins/test",
"valid2": "../fixtures/plugins/plugin2",
"help": "../fixtures/plugins/test"
"valid1": "../fixtures/plugins/test.exe",
"valid2": "../fixtures/plugins/plugin2.exe",
"help": "../fixtures/plugins/test.exe"
}
}

0 comments on commit a45acff

Please sign in to comment.