Skip to content
This repository was archived by the owner on Jul 6, 2021. It is now read-only.

Commit d4434d1

Browse files
committed
fix: typo in k000 error message
1 parent badaff0 commit d4434d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/checks/K000_query_analysis.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ SQL
3636
) || err_code="$?"
3737

3838
if [[ "${err_code}" -ne "0" ]]; then
39-
errmsg "ERROR: Cannot find extension \"pg_stat_stat_statements\". Install extension \"pg_stat_stat_statements\" using \"CREATE EXTENSION pg_stat_statements;\" or run postgres-checkup with CLI option \"--ss-dbname\" pointing to a database where this extension is already installed."
39+
errmsg "ERROR: Cannot find extension \"pg_stat_statements\". Install extension \"pg_stat_statements\" using \"CREATE EXTENSION pg_stat_statements;\" or run postgres-checkup with CLI option \"--ss-dbname\" pointing to a database where this extension is already installed."
4040
exit 1
4141
fi
4242

0 commit comments

Comments
 (0)