mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-06-28 22:30:01 +00:00
Fix getRemotes
This commit is contained in:
2
types/nodegit/repository.d.ts
vendored
2
types/nodegit/repository.d.ts
vendored
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user