From ca27bed9826246fa18709cb102726f7552533d7e Mon Sep 17 00:00:00 2001 From: Chris Iverach-Brereton <59611394+civerachb-cpr@users.noreply.github.com> Date: Thu, 29 Aug 2024 16:01:22 -0400 Subject: [PATCH] Fix typo in username (#609) New turtlebot4 release team member is `civerachb-cpr`, not `civerach-cpr` --- turtlebot4.tf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/turtlebot4.tf b/turtlebot4.tf index e130ad3..8dbaa66 100644 --- a/turtlebot4.tf +++ b/turtlebot4.tf @@ -1,6 +1,6 @@ locals { turtlebot4_team = [ - "civerach-cpr", + "civerachb-cpr", "kscottz", "roni-kreinin", "tfoote",