diff options
-rw-r--r-- | danger/database/Dangerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/danger/database/Dangerfile b/danger/database/Dangerfile index 5d9b53fe4f0..2328a6c1733 100644 --- a/danger/database/Dangerfile +++ b/danger/database/Dangerfile @@ -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: |