diff options
Diffstat (limited to 'php-opis-closure-get-source.sh')
-rwxr-xr-x | php-opis-closure-get-source.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php-opis-closure-get-source.sh b/php-opis-closure-get-source.sh index fd53f46..c614ff3 100755 --- a/php-opis-closure-get-source.sh +++ b/php-opis-closure-get-source.sh @@ -55,6 +55,7 @@ pushd $TEMP_DIR pushd $GIT_DIR print "Checking out commit..." $GIT checkout $GIT_COMMIT + cp composer.json ${SPEC_DIR}/ popd TAR_DIR=${GIT_NAME}-${GIT_COMMIT} |