Skip to content

Commit

Permalink
The config name seems to be case sensitive with Atom 1.24.
Browse files Browse the repository at this point in the history
  • Loading branch information
mbouchard committed Feb 14, 2018
1 parent b68ef0e commit a5357f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
## 0.1.3 - Contributions from [mbouchard](https://github.com/mbouchard)
* Support for Atom 1.24

## 0.1.2 - Contributions from [mbouchard](https://github.com/mbouchard)
* Support for Atom 1.17

Expand Down
2 changes: 1 addition & 1 deletion lib/tortoise-git.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ path = require "path"

tortoiseGit = (args, cwd) ->
spawn = require("child_process").spawn
command = atom.config.get("tortoise-git.tortoisePath") + "/TortoiseGitProc.exe"
command = atom.config.get("Tortoise-GIT.tortoisePath") + "/TortoiseGitProc.exe"
options =
cwd: cwd

Expand Down

0 comments on commit a5357f5

Please sign in to comment.