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"