]> git.ipfire.org Git - thirdparty/psycopg.git/commitdiff
ci: fix a typo in libpq install script 478/head
authorDenis Laxalde <denis@laxalde.org>
Sun, 8 Jan 2023 14:35:27 +0000 (15:35 +0100)
committerDenis Laxalde <denis@laxalde.org>
Sun, 8 Jan 2023 14:40:34 +0000 (15:40 +0100)
tools/build/ci_install_libpq.sh

index 41f53561f22c9f5d491736a545827d631ff0f607..55525e37dbc07f7ffadba20fa98ee9321dac3ad5 100755 (executable)
@@ -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.