Skip to content

Commit d3cb4d1

Browse files
Fix git clone on Linux
Remove stray `.exe`.
1 parent 737a429 commit d3cb4d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test-app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ describe('aspnet-oauth:app', () => {
154154

155155
// Clone the providers repository to add the project to
156156
const clone = spawnSync(
157-
`git.exe`,
157+
'git',
158158
['clone', 'https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers.git', tempDir]);
159159

160160
if (clone.status !== 0 && clone.output) {

0 commit comments

Comments
 (0)