Skip to content

Commit 49ee95f

Browse files
committed
PGPRO65, fix type errros
1 parent a3e5f72 commit 49ee95f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pgpro-upgrade/pgpro_upgrade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ for i in "$DIR"/*.test; do
6868
done
6969
if [ -n "$check" ]; then
7070
if [ $need_upgrade -eq 0 ]; then
71-
echo "All Postgres Pro specific updates are appied" 1>&2
71+
echo "All Postgres Pro specific updates are applied" 1>&2
7272
else
7373
echo "Database needs upgrade"
7474
fi

0 commit comments

Comments
 (0)