Skip to content
This repository was archived by the owner on Jun 12, 2022. It is now read-only.

Commit 65e7d02

Browse files
committed
🐛 Fix handling of sync Git repos
Fixes #30
1 parent d6948e1 commit 65e7d02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/repositories.coffee

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ module.exports = class ProjectRepositories
8080
console.warn 'Ignoring respority due to error:', error, repo
8181
return Promise.resolve()
8282
)
83+
else
8384
# Nothing to do as we don't support the obsolete sync Git API
8485
console.warn 'Ignoring respority as it doesn\'t support the ' +
8586
' the async Git API:', repo

0 commit comments

Comments
 (0)