From eb9f508fef4dca0642e10f76e6fab132a2259efd Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@keylocation.sg>
Date: Sat, 11 Feb 2017 20:19:43 +0100
Subject: [PATCH] Update gitlab API to match github change

---
 lib/api/gitlab.js | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/api/gitlab.js b/lib/api/gitlab.js
index e0ce0904b9..192d886410 100644
--- a/lib/api/gitlab.js
+++ b/lib/api/gitlab.js
@@ -50,6 +50,7 @@ async function initRepo(repoName, token, endpoint) {
     logger.error(`GitLab init error: ${JSON.stringify(err)}`);
     throw err;
   }
+  return config;
 }
 
 // Search
-- 
GitLab