diff options
Diffstat (limited to 'php-webimpress-safe-writer-get-source.sh')
-rwxr-xr-x | php-webimpress-safe-writer-get-source.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php-webimpress-safe-writer-get-source.sh b/php-webimpress-safe-writer-get-source.sh index b2ac62b..4a51e05 100755 --- a/php-webimpress-safe-writer-get-source.sh +++ b/php-webimpress-safe-writer-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}/composer.json popd TAR_DIR=${GIT_NAME}-${GIT_COMMIT} |