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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiger <twatson@gitlab.com>2019-07-24 06:07:38 +0300
committerTiger <twatson@gitlab.com>2019-07-24 06:07:38 +0300
commite8d23fc8729ecd951b337f5a30415cd457016fea (patch)
treee22a760480c509435c86190083889337947704aa /danger/gemfile
parenta1d1b3aa89850844f824205eb75c56af3b5228f3 (diff)
Fix duplicated suggestion in Danger gem warning
Diffstat (limited to 'danger/gemfile')
-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