clangd-ubuntu-tsan fixed typo in release type
diff --git a/buildbot/osuosl/master/config/builders.py b/buildbot/osuosl/master/config/builders.py
index 5dbfc77..13be4e0 100644
--- a/buildbot/osuosl/master/config/builders.py
+++ b/buildbot/osuosl/master/config/builders.py
@@ -1896,7 +1896,7 @@
          extra_configure_args=[
              '-DLLVM_CCACHE_BUILD="ON"',
              '-DLLVM_USE_SANITIZER="Thread"',
-             '-DCMAKE_BUILD_TYPE="RELEASE"',
+             '-DCMAKE_BUILD_TYPE="Release"',
              '-DCLANGD_ENABLE_REMOTE="ON"',
              '-DLLVM_ENABLE_ASSERTIONS="ON"',
          ])},