From 2d24c92f213c32dc93c66deb7f5f76fc4879c66e Mon Sep 17 00:00:00 2001 From: Denis Laxalde Date: Sun, 8 Jan 2023 15:35:27 +0100 Subject: [PATCH] ci: fix a typo in libpq install script --- tools/build/ci_install_libpq.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build/ci_install_libpq.sh b/tools/build/ci_install_libpq.sh index 41f53561f..55525e37d 100755 --- a/tools/build/ci_install_libpq.sh +++ b/tools/build/ci_install_libpq.sh @@ -1,6 +1,6 @@ #!/bin/bash -# Install the desired libpw in github action (Linux runner) +# Install the desired libpq in github action (Linux runner) # # Specify `oldest` or `newest` as first argument in order to choose the oldest # available to the debian distro or the newest available from the pgdg ppa. -- 2.47.2