Remove trailing ,'s to keep commit history clean

This commit is contained in:
Michele Degges 2022-01-25 18:55:20 -08:00
parent 7a69752cb5
commit 7ab2a3fff9
2 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ on:
push:
# Sequence of patterns matched against refs/heads
branches: [
"main",
"main"
]
env:

View File

@ -14,7 +14,7 @@ project "consul" {
"release/1.8.x",
"release/1.9.x",
"release/1.10.x",
"release/1.11.x",
"release/1.11.x"
]
}
}