File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ if [ "$ret_val" -eq 0 ]; then
2828 # HighAvailability has no errata in the API at this time
2929 pushd /mnt/repos-staging/mirror/pub/rocky/${REVISION} || { echo " Cron: Directory doesn't exist" ; exit 1; }
3030 python3 /usr/local/bin/apollo_tree -p $( pwd) \
31- -n " Rocky Linux ${REVISION } \$ arch" \
31+ -n " Rocky Linux ${RLVER } \$ arch" \
3232 -i extras \
3333 -i images \
3434 -i isos \
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ if [ "$ret_val" -eq 0 ]; then
2929
3030 pushd /mnt/repos-staging/mirror/pub/rocky/${REVISION} || { echo " Cron: Directory doesn't exist" ; exit 1; }
3131 python3 /usr/local/bin/apollo_tree -p $( pwd) \
32- -n " Rocky Linux ${REVISION } \$ arch" \
32+ -n " Rocky Linux ${RLVER } \$ arch" \
3333 -i extras \
3434 -i images \
3535 -i isos \
You can’t perform that action at this time.
0 commit comments