Wrap DB paths in backticks in the Danger check

Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
Rémy Coutable 2018-07-11 19:12:44 +02:00
parent f5b64bee94
commit 545c961dbc
No known key found for this signature in database
GPG Key ID: 98DFFD1C0C62B70B
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ unless db_paths_to_review.empty?
The following files require a review from the Database team:
* #{db_paths_to_review.join("\n* ")}
* #{db_paths_to_review.map { |path| "`#{path}`" }.join("\n* ")}
To make sure these changes are reviewed, take the following steps: