diff --git a/types/nodegit/repository.d.ts b/types/nodegit/repository.d.ts index 710c0531cd..6066f770b2 100644 --- a/types/nodegit/repository.d.ts +++ b/types/nodegit/repository.d.ts @@ -162,7 +162,7 @@ export class Repository { /** * Lists out the remotes in the given repository. */ - getRemotes(callback?: Function): Promise; + getRemotes(callback?: Function): Promise; /** * Gets a remote from the repo */