summaryrefslogtreecommitdiffstats
path: root/getmock
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-03-09 16:29:33 +0100
committerRemi Collet <fedora@famillecollet.com>2016-03-09 16:29:33 +0100
commit60a262d70cba4eb1d3c2917f4c2cba49de112fc6 (patch)
tree96f965e203cad88753cfc1d8440d2ca912052c3e /getmock
parent30361db37fc7efcf954b8b310aa7f3dda3d50303 (diff)
mock: php56 for F24
Diffstat (limited to 'getmock')
-rwxr-xr-xgetmock2
1 files changed, 1 insertions, 1 deletions
diff --git a/getmock b/getmock
index 934c379..d8610c2 100755
--- a/getmock
+++ b/getmock
@@ -277,7 +277,7 @@ elif [ $1 = scl55 ]; then
done
elif [ $1 = scl56 ]; then
- for i in 20 21 22 23
+ for i in 20 21 22 23 24
do
getOneMock scl56fc${i}x $opt
done