From 0efd2a4d74ac82acde0ce2677c041c3c3b3d93cb Mon Sep 17 00:00:00 2001 From: Jarrod Johnson Date: Tue, 31 Jan 2023 08:58:56 -0500 Subject: [PATCH] Fix the amended license gathering --- genesis/buildgenesis.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/genesis/buildgenesis.sh b/genesis/buildgenesis.sh index 4e963ba4..27f0a22f 100644 --- a/genesis/buildgenesis.sh +++ b/genesis/buildgenesis.sh @@ -18,7 +18,7 @@ popd rm -rf $tdir cp $tfile rpmlist cp confluent-genesis.spec confluent-genesis-out.spec -python3 getlicenses.py > /tmp/tmpliclist +python3 getlicenses.py rpmlist > /tmp/tmpliclist if [ $? -ne 0 ]; then exit 1 fi