postgresqlTestHook: adapt comment to nativeCheckInputs

This commit is contained in:
Guillaume Girol
2023-01-20 12:00:00 +00:00
parent d26caea94b
commit 25193e2732

View File

@@ -50,7 +50,7 @@ EOF
fi fi
if ! type initdb >/dev/null; then 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 false
fi fi
header 'initializing postgresql' header 'initializing postgresql'