From a00fc153a4c88fca1b5dd2207d9f90acbc2953a5 Mon Sep 17 00:00:00 2001 From: Tonye Jack Date: Sun, 1 Oct 2023 22:04:32 -0600 Subject: [PATCH] Update entrypoint.sh --- entrypoint.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 351ce61..84d4ebf 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -50,7 +50,6 @@ echo "Installed postgresql" echo "Updating PATH..." -# Verify installation by running pg_dump directly if [[ "$(uname -s)" == "NT"* ]] || [[ "$(uname -s)" == "MINGW"* ]] || [[ "$(uname -s)" == *"MSYS"* ]]; then # shellcheck disable=SC2028 echo "C:\\Program Files\\PostgreSQL\\$INPUT_POSTGRESQL_VERSION\\bin" >> "$GITHUB_PATH"