Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

Commit c188552

Browse files
MichaelMuredaviddias
authored andcommitted
Incorrect API path for refs.local (#545)
Currently a call to this API point will return an empty array.
1 parent 8e037cb commit c188552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/refs.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = (send) => {
2626
}
2727

2828
const request = {
29-
path: 'refs',
29+
path: 'refs/local',
3030
qs: opts
3131
}
3232

0 commit comments

Comments
 (0)