From 3225a28e123254c69e0e9674ae2d804e778214af Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Wed, 14 Jan 2026 09:28:31 -0700 Subject: [PATCH] Fix EOF syntax in openbsd-build.yml --- .github/workflows/openbsd-build.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/openbsd-build.yml b/.github/workflows/openbsd-build.yml index 8830beab..42d9a70e 100644 --- a/.github/workflows/openbsd-build.yml +++ b/.github/workflows/openbsd-build.yml @@ -77,8 +77,8 @@ jobs: desc="$work/DESCR" cat >"$desc" <<'EOF' -ZoiteChat is an IRC client (HexChat-derived) with a GTK UI and optional tools. -EOF + ZoiteChat is an IRC client (HexChat-derived) with a GTK UI and optional tools. + EOF { echo "@name ${pkg_name}"