diff options
author | Holger Levsen <holger@layer-acht.org> | 2014-10-27 13:24:41 +0100 |
---|---|---|
committer | Holger Levsen <holger@layer-acht.org> | 2014-10-27 13:24:41 +0100 |
commit | 8c224e66e576b7549dc268193682960c1890567a (patch) | |
tree | 778db09861242aaa9daa29c907f15ec37435abea | |
parent | 07dd22ac0519552870b76432b2ed98743d63d86b (diff) | |
download | jenkins.debian.net-8c224e66e576b7549dc268193682960c1890567a.tar.xz |
fIX tYPO
-rw-r--r-- | bin/g-i-installation.sh | 2 |
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 |