From 787fe9590d83e2ff4e76d9e3b331edbd3bf9e7d6 Mon Sep 17 00:00:00 2001 From: Benjamin Perseghetti Date: Thu, 29 Aug 2024 14:42:56 -0400 Subject: [PATCH] Fix typo where 22.04 still says Gz (Garden) (#23632) Signed-off-by: Benjamin Perseghetti --- Tools/setup/ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tools/setup/ubuntu.sh b/Tools/setup/ubuntu.sh index 346e071cdc..48e23709fb 100755 --- a/Tools/setup/ubuntu.sh +++ b/Tools/setup/ubuntu.sh @@ -225,7 +225,7 @@ if [[ $INSTALL_SIM == "true" ]]; then # Gazebo / Gazebo classic installation if [[ "${UBUNTU_RELEASE}" == "22.04" ]]; then - echo "Gazebo (Garden) will be installed" + echo "Gazebo (Harmonic) will be installed" echo "Earlier versions will be removed" # Add Gazebo binary repository sudo wget https://packages.osrfoundation.org/gazebo.gpg -O /usr/share/keyrings/pkgs-osrf-archive-keyring.gpg