From 254045d4591ceec4e0810c46d7719315864c13eb Mon Sep 17 00:00:00 2001 From: "Karl O. Pinc" Date: Thu, 14 Dec 2023 11:49:18 -0600 Subject: [PATCH] Fix syntax error --- bin/sokwedb-vpn-wait | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/sokwedb-vpn-wait b/bin/sokwedb-vpn-wait index 3e1632e..3c9bbec 100644 --- a/bin/sokwedb-vpn-wait +++ b/bin/sokwedb-vpn-wait @@ -31,7 +31,7 @@ printf '\n' printf 'You will also need your PostgreSQL username and password.\n' printf 'For more help on configuring the program you want to use to talk\n' printf 'with PostgreSQL, including hints for turning on the required\n' -printf 'encryption, see the SokweDB wiki's VPN pages.\n' +printf "encryption, see the SokweDB wiki's VPN pages.\n" printf '\n' printf 'You can directly connect to the SokweDB PostgreSQL server only as\n' printf 'long as this VPN remains active. Closing this window or otherwise\n' -- 2.34.1