Skip to content

Commit 0f2ce5a

Browse files
committed
fix beta-10 to not use lh
1 parent cabaf9c commit 0f2ce5a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cron/beta-10

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export RLVER=10
55
export RLREL=beta
66
source "/root/toolkit/sync/common"
77
rm -rf /etc/pungi-beta-${MAJOR}
8-
git clone https://git.rockylinux.org/rocky/pungi-rocky.git -b r${RLVER}s /etc/pungi-beta-${MAJOR}
8+
git clone https://git.rockylinux.org/rocky/pungi-rocky.git -b r${REVISION} /etc/pungi-beta-${MAJOR}
99
ret_val=$?
1010
if [ "$ret_val" -ne 0 ]; then
1111
echo "Git pull failed for beta pungi config" | mutt -e "set from=\"$FROMMAIL\"" \

0 commit comments

Comments
 (0)