summaryrefslogtreecommitdiffstats
path: root/build/cache.sh
diff options
context:
space:
mode:
Diffstat (limited to 'build/cache.sh')
-rw-r--r--build/cache.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/build/cache.sh b/build/cache.sh
index 4c530b02..17f0db2e 100644
--- a/build/cache.sh
+++ b/build/cache.sh
@@ -21,7 +21,7 @@ function cache_dir {
# $2 = filename to write to
function curl_file {
if [ -f $CACHE_DIR/$2 ]; then
- echo "Removing stale $2"
+ echo "Removing stale $2"
rm -f $CACHE_DIR/$2
fi
echo "Downloading $1"