mirror of
https://github.com/endeavouros-team/eos-pkgbuild-setup.git
synced 2026-06-13 01:54:36 +00:00
[eos-pkgbuild-setup] add reponame to the verdict output of a repo check
This commit is contained in:
+1
-1
@@ -1722,7 +1722,7 @@ Main2() {
|
||||
color="${RED}"
|
||||
fi
|
||||
|
||||
printf2 "\nItems to build: %s%s/%s%s\n" "$color" "$total_items_to_build" "${#PKGNAMES[@]}" "$(Color1)"
|
||||
printf2 "\nItems to build for %s: %s%s/%s%s\n" "$(Color1 warning)$REPONAME$(Color1)" "$color" "$total_items_to_build" "${#PKGNAMES[@]}" "$(Color1)"
|
||||
|
||||
if [ "$items_waiting" != "0" ] ; then
|
||||
printf2 "Items waiting: %s\n" "$items_waiting"
|
||||
|
||||
Reference in New Issue
Block a user