diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-01-22 02:05:05 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-01-22 02:05:05 +0100 |
commit | f05e3e22a0453f7eb5a5cc12c6c384155c7eba4f (patch) | |
tree | 00fafe8fc17b627cbe310024d8aa099b36c43938 | |
parent | c45713f44e48442bd946f60a0d7e6c5781d86335 (diff) | |
download | jenkins.debian.net-f05e3e22a0453f7eb5a5cc12c6c384155c7eba4f.tar.xz |
fix speling
-rwxr-xr-x | bin/d-i_check_jobs.sh | 2 |
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) # |