diff --git a/build.sh b/build.sh index 6f4a6e968..4e5b3fc01 100755 --- a/build.sh +++ b/build.sh @@ -61,7 +61,7 @@ then #rm -rf build mkdir -p build pushd build - echo -e "${GREEN}Building RoboTeamTwente software${RESET}" + echo -e "${GREEN}Building RoboTeam Twente software${RESET}" cmake .. -DCMAKE_BUILD_TYPE=Release make -j$(nproc) roboteam_observer roboteam_ai roboteam_robothub popd