From: Denis Laxalde Date: Sun, 8 Jan 2023 14:35:27 +0000 (+0100) Subject: ci: fix a typo in libpq install script X-Git-Tag: pool-3.2.0~137^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d24c92f213c32dc93c66deb7f5f76fc4879c66e;p=thirdparty%2Fpsycopg.git ci: fix a typo in libpq install script --- 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.