2
0
mirror of https://github.com/xcat2/confluent.git synced 2026-05-07 09:25:13 +00:00

Fix the amended license gathering

This commit is contained in:
Jarrod Johnson
2023-01-31 08:58:56 -05:00
parent 424830471d
commit 0efd2a4d74
+1 -1
View File
@@ -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