Skip to content

Commit 0d9f013

Browse files
jawshooahsds
authored andcommitted
Fix quoting in external command for Windows
1 parent ef693fb commit 0d9f013

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/overcommit/git_config_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
context 'with no configuration' do
88
it 'should be "#"' do
99
repo do
10-
`git config --local core.commentchar ''`
10+
`git config --local core.commentchar ""`
1111
expect(subject).to eq '#'
1212
end
1313
end

0 commit comments

Comments
 (0)