summaryrefslogtreecommitdiff
path: root/danger/plugins/changelog.rb
diff options
context:
space:
mode:
Diffstat (limited to 'danger/plugins/changelog.rb')
-rw-r--r--danger/plugins/changelog.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/danger/plugins/changelog.rb b/danger/plugins/changelog.rb
index 84f399e9e97..fd2dad5932a 100644
--- a/danger/plugins/changelog.rb
+++ b/danger/plugins/changelog.rb
@@ -1,10 +1,10 @@
# frozen_string_literal: true
-require_relative '../../lib/gitlab/danger/changelog'
+require_relative '../../tooling/danger/changelog'
module Danger
class Changelog < Plugin
# Put the helper code somewhere it can be tested
- include Gitlab::Danger::Changelog
+ include Tooling::Danger::Changelog
end
end