about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--pkgs/build-support/setup-hooks/postgresql-test-hook/postgresql-test-hook.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/setup-hooks/postgresql-test-hook/postgresql-test-hook.sh b/pkgs/build-support/setup-hooks/postgresql-test-hook/postgresql-test-hook.sh
index 041a3f5653325..cfc9bd2f83d63 100644
--- a/pkgs/build-support/setup-hooks/postgresql-test-hook/postgresql-test-hook.sh
+++ b/pkgs/build-support/setup-hooks/postgresql-test-hook/postgresql-test-hook.sh
@@ -50,7 +50,7 @@ EOF
   fi
 
   if ! type initdb >/dev/null; then
-    echo >&2 'initdb not found. Did you add postgresql to the checkInputs?'
+    echo >&2 'initdb not found. Did you add postgresql to the nativeCheckInputs?'
     false
   fi
   header 'initializing postgresql'