From 793c2c95bde6ab8c87b1bbfea486c4778a4d1ded Mon Sep 17 00:00:00 2001
From: Rhys Arkins <rhys@keylocation.sg>
Date: Thu, 9 Nov 2017 15:30:00 +0100
Subject: [PATCH] fix: basBranch typo in gitlab api (#1128)

---
 lib/platform/gitlab/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/platform/gitlab/index.js b/lib/platform/gitlab/index.js
index adff819428..bb251fc779 100644
--- a/lib/platform/gitlab/index.js
+++ b/lib/platform/gitlab/index.js
@@ -459,7 +459,7 @@ async function commitFilesToBranch(
       const opts = {
         body: {
           branch: branchName,
-          ref: config.basBranch,
+          ref: config.baseBranch,
         },
       };
       await get.post(`projects/${config.repoName}/repository/branches`, opts);
-- 
GitLab