Fix duplicated suggestion in Danger gem warning
This commit is contained in:
parent
a1d1b3aa89
commit
e8d23fc872
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue