Skip to content

Commit

Permalink
Fix lexicographical sort.
Browse files Browse the repository at this point in the history
Casing changes the sort order of these values.
  • Loading branch information
nuclearsandwich committed Nov 8, 2024
1 parent d60c590 commit fbca954
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion teleop.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
locals {
teleop_team = [
"bmagyar",
"Noel215",
"bmagyar",
]
teleop_repositories = [
"teleop_tools-release",
Expand Down
2 changes: 1 addition & 1 deletion twist_mux.tf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
locals {
twist_mux_team = [
"bmagyar",
"Noel215",
"bmagyar",
]
twist_mux_repositories = [
"twist_mux-release",
Expand Down

0 comments on commit fbca954

Please sign in to comment.