Bill Gianopoulos 3 years ago
parent
commit
f6b9d4e0b6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/check_series.sh

+ 1 - 1
scripts/check_series.sh

@@ -4,7 +4,7 @@ if [ "$1" = "" ]
 then
   pushd . >/dev/null
 else
-  echo Checking $i ...
+  echo Checking $1 ...
   pushd $1 >/dev/null
 fi
 if [ ! -f series ]