From 7ca2159acb6e5a4d574cdef07d948cf18895cc7d Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 23 May 2024 03:34:00 +0200 Subject: [PATCH] Fix: missing newline escape --- .drone/update-rpm-repo.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone/update-rpm-repo.sh b/.drone/update-rpm-repo.sh index a94f615996..f76ec60e90 100755 --- a/.drone/update-rpm-repo.sh +++ b/.drone/update-rpm-repo.sh @@ -9,7 +9,7 @@ yum install -y \ gpg \ python \ python-pip \ - python-setuptools + python-setuptools \ rpm-build \ rpm-sign \ systemd-rpm-macros \