Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitaly.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZeger-Jan van de Weg <git@zjvandeweg.nl>2018-05-18 15:51:04 +0300
committerZeger-Jan van de Weg <git@zjvandeweg.nl>2018-05-18 15:51:04 +0300
commitd3b25cd50a1d638ab797c05a8d2a385b7c57ad09 (patch)
tree0294428b8a0a27a6a96e15f0f999da44919a616f
parent585cde85f6dffbe255e62084f91811fd2a859f1f (diff)
Fix Dangerfile branch detection
-rw-r--r--Dangerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dangerfile b/Dangerfile
index 54d9c8d8c..2f3e6ce6e 100644
--- a/Dangerfile
+++ b/Dangerfile
@@ -24,7 +24,7 @@ def check_changelog(path)
end
end
-check_changelog(File.join('changelogs', 'unreleased', "#{gitlab.branch_for_head}.yml}"))
+check_changelog(File.join('changelogs', 'unreleased', "#{gitlab.branch_for_head}.yml"))
VENDOR_JSON = 'vendor/vendor.json'
fail("Expected #{VENDOR_JSON} to exist") unless File.exist?(VENDOR_JSON)