From 419465a43c67ec8564cf15da44343765bd8ac579 Mon Sep 17 00:00:00 2001
From: Remi Collet <fedora@famillecollet.com>
Date: Sat, 5 Oct 2013 08:30:10 +0200
Subject: put php55 package in the right repo

---
 getmock | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/getmock b/getmock
index 5b35c00..0ae09d2 100755
--- a/getmock
+++ b/getmock
@@ -124,8 +124,8 @@ if [ $1 = test ]; then
 	opt=test
 	shift
 fi
-if [ $1 = php53 ]; then
-	opt=php53
+if [ $1 = php55 ]; then
+	opt=php55
 	shift
 fi
 if [ $1 = devs -o $1 = dev ]; then
-- 
cgit