[Qa-jenkins-scm] [Git][qa/jenkins.debian.net][master] fixup typo in c94e713e163: code cleanup: get rid of if $(echo|grep), and similar constructs
Holger Levsen (@holger)
gitlab at salsa.debian.org
Sat Apr 1 10:35:37 BST 2023
Holger Levsen pushed to branch master at Debian QA / jenkins.debian.net
Commits:
7b6e799f by Holger Levsen at 2023-04-01T11:35:23+02:00
fixup typo in c94e713e163: code cleanup: get rid of if $(echo|grep), and similar constructs
Signed-off-by: Holger Levsen <holger at layer-acht.org>
- - - - -
1 changed file:
- bin/maintenance.sh
Changes:
=====================================
bin/maintenance.sh
=====================================
@@ -200,7 +200,7 @@ build_jenkins_job_health_page() {
# $FILTER with a colon are split into $category and $filter
category="${FILTER[$CATEGORY]%%:*}"
if [ "$category" != "${FILTER[$CATEGORY]}" ]; then
- filter="${FILTER[$CATEGORY]#*:"}
+ filter="${FILTER[$CATEGORY]#*:}"
else
filter=""
fi
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/7b6e799f1fc26d892d4e2bb929197182da7d95f8
--
View it on GitLab: https://salsa.debian.org/qa/jenkins.debian.net/-/commit/7b6e799f1fc26d892d4e2bb929197182da7d95f8
You're receiving this email because of your account on salsa.debian.org.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://alioth-lists.debian.net/pipermail/qa-jenkins-scm/attachments/20230401/6869be8a/attachment-0001.htm>
More information about the Qa-jenkins-scm
mailing list