From a5357f5cb25e97ac3844427c37fe5f67f153f631 Mon Sep 17 00:00:00 2001 From: Mario Date: Wed, 14 Feb 2018 09:34:41 -0500 Subject: [PATCH] The config name seems to be case sensitive with Atom 1.24. --- CHANGELOG.md | 3 +++ lib/tortoise-git.coffee | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c9b166..8d09c76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/lib/tortoise-git.coffee b/lib/tortoise-git.coffee index 81f8edc..2ad0d96 100644 --- a/lib/tortoise-git.coffee +++ b/lib/tortoise-git.coffee @@ -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