summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiger <twatson@gitlab.com>2019-07-24 13:07:38 +1000
committerTiger <twatson@gitlab.com>2019-07-24 13:07:38 +1000
commite8d23fc8729ecd951b337f5a30415cd457016fea (patch)
treee22a760480c509435c86190083889337947704aa
parenta1d1b3aa89850844f824205eb75c56af3b5228f3 (diff)
downloadgitlab-ce-fix-danger-gemfile-warning.tar.gz
Fix duplicated suggestion in Danger gem warningfix-danger-gemfile-warning
-rw-r--r--danger/gemfile/Dangerfile3
1 files changed, 1 insertions, 2 deletions
diff --git a/danger/gemfile/Dangerfile b/danger/gemfile/Dangerfile
index 4e91abc371a..dfe64f79d7b 100644
--- a/danger/gemfile/Dangerfile
+++ b/danger/gemfile/Dangerfile
@@ -3,8 +3,7 @@ GEMFILE_LOCK_NOT_UPDATED_MESSAGE = <<~MSG.freeze
Usually, when %<gemfile>s is updated, you should run
```
-bundle install && \
- bundle install
+bundle install
```
or