summaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorHolger Levsen <holger@layer-acht.org>2014-10-27 13:24:41 +0100
committerHolger Levsen <holger@layer-acht.org>2014-10-27 13:24:41 +0100
commit8c224e66e576b7549dc268193682960c1890567a (patch)
tree778db09861242aaa9daa29c907f15ec37435abea /bin
parent07dd22ac0519552870b76432b2ed98743d63d86b (diff)
downloadjenkins.debian.net-8c224e66e576b7549dc268193682960c1890567a.tar.xz
fIX tYPO
Diffstat (limited to 'bin')
-rw-r--r--bin/g-i-installation.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/g-i-installation.sh b/bin/g-i-installation.sh
index 0c352b27..15c23ccd 100644
--- a/bin/g-i-installation.sh
+++ b/bin/g-i-installation.sh
@@ -76,7 +76,7 @@ fetch_if_newer() {
echo "Downloading $url"
curlopts="-L -s -S"
if [ -f "$file" ] ; then
- Echo "$file exists, will only re-download if a newer one is available..."
+ echo "$file exists, will only re-download if a newer one is available..."
ls $file
curlopts="$curlopts -z $file"
fi