diff --git a/types/nodegit/repository.d.ts b/types/nodegit/repository.d.ts index 7573809cac..c6f3843597 100644 --- a/types/nodegit/repository.d.ts +++ b/types/nodegit/repository.d.ts @@ -163,7 +163,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 */