summaryrefslogtreecommitdiffstats
path: root/makesrc.sh
diff options
context:
space:
mode:
authorRemi Collet <fedora@famillecollet.com>2016-02-19 08:00:33 +0100
committerRemi Collet <fedora@famillecollet.com>2016-02-19 08:00:33 +0100
commitb644298fe082b8126bbef3a8a21b82420815d41c (patch)
treef80dfbb7a64a643b5beab65bb533b3f547fe3eee /makesrc.sh
parentce58828bfae30802c172aa0c06d1560464856f86 (diff)
php-zendframework-zend-view: 2.6.2
Diffstat (limited to 'makesrc.sh')
-rwxr-xr-xmakesrc.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makesrc.sh b/makesrc.sh
index 36e0544..e9a1ec5 100755
--- a/makesrc.sh
+++ b/makesrc.sh
@@ -16,7 +16,7 @@ git clone https://github.com/$OWNER/$PROJECT.git $PROJECT-$COMMIT
echo "Getting commit..."
pushd $PROJECT-$COMMIT
git checkout $COMMIT
-cp composer.json ../compsoer-$VERSION.json
+cp composer.json ../composer-$VERSION.json
popd
echo "Archiving..."