Fix getRemotes

This commit is contained in:
Tomas Wagner
2018-12-15 15:34:36 +01:00
parent 39b514a4bb
commit d0bb9d9624

View File

@@ -162,7 +162,7 @@ export class Repository {
/**
* Lists out the remotes in the given repository.
*/
getRemotes(callback?: Function): Promise<Remote[]>;
getRemotes(callback?: Function): Promise<string[]>;
/**
* Gets a remote from the repo
*/