From cd1036a6486abe6187f0cc762b70c993bfa6edc2 Mon Sep 17 00:00:00 2001 From: Vyas Ramasubramani Date: Thu, 18 Nov 2021 15:08:20 -0800 Subject: [PATCH] Fix typo. --- .pre-commit-config.yaml | 2 +- cpp/scripts/run-cmake-format.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 95eca45b94b..1e1ad94ab0b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -81,7 +81,7 @@ repos: - cmake-format==0.6.11 - id: cmake-lint name: cmake-lint - entry: ./bash cpp/scripts/run-cmake-format.sh cmake-lint + entry: ./cpp/scripts/run-cmake-format.sh cmake-lint language: python types: [cmake] # Note that pre-commit autoupdate does not update the versions diff --git a/cpp/scripts/run-cmake-format.sh b/cpp/scripts/run-cmake-format.sh index 94c5daa8536..9c981c6cdaa 100755 --- a/cpp/scripts/run-cmake-format.sh +++ b/cpp/scripts/run-cmake-format.sh @@ -33,7 +33,7 @@ fi if ! [ ${status} -eq 0 ]; then if [[ ${CUDF_BUILD_DIR} == *"not a git repository"* ]]; then - echo "This script must be run inside the rmm repository, or the CUDF_ROOT environment variable must be set." + echo "This script must be run inside the cudf repository, or the CUDF_ROOT environment variable must be set." else echo "Script failed with unknown error attempting to determine project root:" echo ${CUDF_BUILD_DIR}