We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 737a429 commit d3cb4d1Copy full SHA for d3cb4d1
test/test-app.js
@@ -154,7 +154,7 @@ describe('aspnet-oauth:app', () => {
154
155
// Clone the providers repository to add the project to
156
const clone = spawnSync(
157
- `git.exe`,
+ 'git',
158
['clone', 'https://github.com/aspnet-contrib/AspNet.Security.OAuth.Providers.git', tempDir]);
159
160
if (clone.status !== 0 && clone.output) {
0 commit comments