summaryrefslogtreecommitdiffstats
path: root/makesrc2.sh
diff options
context:
space:
mode:
Diffstat (limited to 'makesrc2.sh')
-rwxr-xr-xmakesrc2.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/makesrc2.sh b/makesrc2.sh
index d538bb5..8cdfb70 100755
--- a/makesrc2.sh
+++ b/makesrc2.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 ../composer.json
+cp composer.json ../composer-chronos.json
popd
echo "Archiving..."