From ca47e707e060ffb91eb4e991fe547c79684bd80a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Mur=C3=A9?= Date: Tue, 11 Apr 2017 20:40:44 +0900 Subject: [PATCH] Incorrect API path for refs.local Currently a call to this API point will return an empty array. --- src/api/refs.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/api/refs.js b/src/api/refs.js index 56958ca7f..df60da3f6 100644 --- a/src/api/refs.js +++ b/src/api/refs.js @@ -26,7 +26,7 @@ module.exports = (send) => { } const request = { - path: 'refs', + path: 'refs/local', qs: opts }