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

Commit 42c71c3

Browse files
committed
Merge branch 'dmius-k00-typo-fix' into 'master'
fix: typo in error message See merge request postgres-ai/postgres-checkup!444
2 parents badaff0 + d4434d1 commit 42c71c3

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)