From 5bfe6e81dc07220eed4eed01a1698381ab23c674 Mon Sep 17 00:00:00 2001 From: Ben Kohler Date: Tue, 26 May 2020 06:45:56 -0500 Subject: [PATCH] catalyst-auto-x86.conf: add missing -systemd suffix on upload call Signed-off-by: Ben Kohler --- tools/catalyst-auto-x86.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/catalyst-auto-x86.conf b/tools/catalyst-auto-x86.conf index ad3f29ab..c6f4a694 100644 --- a/tools/catalyst-auto-x86.conf +++ b/tools/catalyst-auto-x86.conf @@ -90,7 +90,7 @@ post_build() { upload stage3-i686-${TIMESTAMP}.tar.xz* ;; i686/stage3-systemd.spec) - upload stage3-i686-${TIMESTAMP}.tar.xz* + upload stage3-i686-systemd-${TIMESTAMP}.tar.xz* ;; esac popd >/dev/null || exit