summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-02-23 17:15:43 +0100
committerRemi Collet <fedora@famillecollet.com>2016-02-23 17:15:43 +0100
commitaac51e2c5e027b7e65134977dd8f5381e237f9c3 (patch)
treea7cec6e764f79aa49849b7429211aa6071745447
parentf823bbe657cc61706bfbdb9fc83510ed86db9667 (diff)
php-zendframework-zend-session: 2.6.0
-rwxr-xr-xmakesrc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makesrc.sh b/makesrc.sh
index 2ed9086..e9a1ec5 100755
--- a/makesrc.sh
+++ b/makesrc.sh
@@ -15,8 +15,8 @@ git clone https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT
echo "Getting commit..."
pushd $PROJECT-$COMMIT
-cp composer.json ../composer-$VERSION.json
git checkout $COMMIT
+cp composer.json ../composer-$VERSION.json
popd
echo "Archiving..."