Skip to content

Commit c6192a4

Browse files
committed
fixup! TEST adjust to Cygwin
1 parent 272a055 commit c6192a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GitGitGadget/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = async (context, req) => {
3333
* `dscho/git` one thrown in for debugging purposes).
3434
*/
3535
const orgs = ['cygwingitgadget']
36-
const a = [context, undefined, 'cygwingitgadget-workflows', 'gitgitgadget-workflows']
36+
const a = [context, undefined, 'cygwingitgadget', 'gitgitgadget-workflows']
3737

3838
const eventType = context.req.headers['x-github-event'];
3939
context.log(`Got eventType: ${eventType}`);

0 commit comments

Comments
 (0)