From d0bb9d962473201ea7bbcd3e7c80d3895dc58914 Mon Sep 17 00:00:00 2001 From: Tomas Wagner Date: Sat, 15 Dec 2018 15:34:36 +0100 Subject: [PATCH] Fix getRemotes --- types/nodegit/repository.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */