From d2b5004ecb55ab596f550bad6cdff49d93ffa217 Mon Sep 17 00:00:00 2001 From: Hyo-Kyung Lee Date: Sat, 21 Sep 2024 20:48:25 -0500 Subject: [PATCH] ci: rm extra space in bash script --- ci/install_hermes.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install_hermes.sh b/ci/install_hermes.sh index ba492b0d6..5f4c38345 100755 --- a/ci/install_hermes.sh +++ b/ci/install_hermes.sh @@ -28,7 +28,7 @@ cmake \ -DHERMES_ENABLE_POSIX_ADAPTER=ON \ -DHERMES_ENABLE_COVERAGE=ON \ -DSITE=ubu \ - -DBUILDNAME="mpich" \ + -DBUILDNAME="mpich" \ .. ctest -D Experimental popd