summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xgetmock4
1 files changed, 2 insertions, 2 deletions
diff --git a/getmock b/getmock
index 5dc4d8f..5b35c00 100755
--- a/getmock
+++ b/getmock
@@ -134,7 +134,7 @@ if [ $1 = devs -o $1 = dev ]; then
fi
if [ $1 = all ]; then
- for i in $(seq 13 19)
+ for i in $(seq 13 20)
do
getOneMock fc${i}i $opt
done
@@ -143,7 +143,7 @@ if [ $1 = all ]; then
getOneMock el${i}i $opt
done
elif [ $1 = allx ]; then
- for i in $(seq 13 19)
+ for i in $(seq 13 20)
do
getOneMock fc${i}x $opt
done