summaryrefslogtreecommitdiffstats
path: root/bin/d-i_check_jobs.sh
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-01-22 02:05:05 +0100
committerHolger Levsen <holger@layer-acht.org>2014-01-22 02:05:05 +0100
commitf05e3e22a0453f7eb5a5cc12c6c384155c7eba4f (patch)
tree00fafe8fc17b627cbe310024d8aa099b36c43938 /bin/d-i_check_jobs.sh
parentc45713f44e48442bd946f60a0d7e6c5781d86335 (diff)
downloadjenkins.debian.net-f05e3e22a0453f7eb5a5cc12c6c384155c7eba4f.tar.xz
fix speling
Diffstat (limited to 'bin/d-i_check_jobs.sh')
-rwxr-xr-xbin/d-i_check_jobs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/d-i_check_jobs.sh b/bin/d-i_check_jobs.sh
index f7ceea22..524943b5 100755
--- a/bin/d-i_check_jobs.sh
+++ b/bin/d-i_check_jobs.sh
@@ -27,7 +27,7 @@ PROJECT_JOBS=$(mktemp)
# for this, we compare referred git repos in .mrconfig against locally existing jenkins jobs
# (see http://wiki.debian.org/DebianInstaller/CheckOut)
#
-echo "Scanning $URL for reffered git repos which have no jenkins job associated."
+echo "Scanning $URL for referred git repos which have no jenkins job associated."
curl $URL > $TMPFILE 2>/dev/null
PACKAGES=$( grep git.debian.org/git/d-i $TMPFILE|cut -d "/" -f6-|cut -d " " -f1)
#