aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEmil Lauridsen <[email protected]>2020-01-05 18:58:54 +0000
committerEmil Lauridsen <[email protected]>2020-01-05 18:58:54 +0000
commit0de029c466f6b7a18e8ec633fc34e93881b25774 (patch)
tree2b5742f242c4691834a4a2f76796440d6e26ee1c
parente997749a9c2537b8bd4c894aa14a8db9158a1c73 (diff)
Add missing comma and use double-quotes to bors.toml
-rw-r--r--bors.toml6
1 files changed, 3 insertions, 3 deletions
diff --git a/bors.toml b/bors.toml
index 4a0e0c5e4..0bc71860f 100644
--- a/bors.toml
+++ b/bors.toml
@@ -1,7 +1,7 @@
1status = [ 1status = [
2 'Rust (ubuntu-latest)' 2 "Rust (ubuntu-latest)",
3 'Rust (windows-latest)', 3 "Rust (windows-latest)",
4 'Rust (macos-latest)', 4 "Rust (macos-latest)",
5 "TypeScript" 5 "TypeScript"
6] 6]
7delete_merged_branches = true 7delete_merged_branches = true