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.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/danger/plugins/changelog.rb b/danger/plugins/changelog.rb
index fd2dad5932a..02ff405c410 100644
--- a/danger/plugins/changelog.rb
+++ b/danger/plugins/changelog.rb
@@ -3,7 +3,7 @@
require_relative '../../tooling/danger/changelog'
module Danger
- class Changelog < Plugin
+ class Changelog < ::Danger::Plugin
# Put the helper code somewhere it can be tested
include Tooling::Danger::Changelog
end