Fix duplicated suggestion in Danger gem warning

This commit is contained in:
Tiger 2019-07-24 13:07:38 +10:00
parent a1d1b3aa89
commit e8d23fc872
1 changed files with 1 additions and 2 deletions

View File

@ -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