Fixing syntax error

This commit is contained in:
ilumos 2017-02-05 22:19:46 +00:00
parent dd3c7e91e7
commit 7b155e089f

View file

@ -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