From 7b155e089f8a33558967043e6b7d5ff469c92313 Mon Sep 17 00:00:00 2001 From: ilumos Date: Sun, 5 Feb 2017 22:19:46 +0000 Subject: [PATCH] Fixing syntax error --- autofill.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autofill.sh b/autofill.sh index cd59e6f..011b7c2 100755 --- a/autofill.sh +++ b/autofill.sh @@ -15,7 +15,7 @@ echo "Clearing data from previous download location..." rm -r $PATH_TMP mkdir -p $PATH_TMP -if [ ! -f $DIR/steam/apps_free.json +if [ ! -f $DIR/steam/apps_free.json ]; then echo "Getting top 100 Steam apps..." $DIR/steam/get_top_100_apps.sh fi