diff options
Diffstat (limited to 'bin/g-i-installation.sh')
-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 |