diff --git a/src/git/cli.ts b/src/git/cli.ts index f9ff4d2..cbf2a1b 100644 --- a/src/git/cli.ts +++ b/src/git/cli.ts @@ -11,7 +11,7 @@ const exec = util.promisify(_exec); // Ensure Git will show special characters literally without quoting the string // and escaping characters. -const QUOTE_PATH = "-c 'core.quotePath=false'"; +const QUOTE_PATH = '-c "core.quotePath=false"'; const DIFF_INDEX_CMD = "diff-index"; const DIFF_INDEX_OPTIONS = [