Commit 27ccdd95 authored by Rémy Coutable's avatar Rémy Coutable

Merge branch 'fix-danger-instructions' into 'master'

Fix adding danger instructions

See merge request gitlab-org/gitlab!85078
parents ec22973b 958f878d
...@@ -142,7 +142,7 @@ To enable the Dangerfile on another existing GitLab project, complete the follow ...@@ -142,7 +142,7 @@ To enable the Dangerfile on another existing GitLab project, complete the follow
1. Create a `Dangerfile` with the following content: 1. Create a `Dangerfile` with the following content:
```ruby ```ruby
require_relative "lib/gitlab-dangerfiles" require "gitlab-dangerfiles"
Gitlab::Dangerfiles.for_project(self, &:import_defaults) Gitlab::Dangerfiles.for_project(self, &:import_defaults)
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment