Skip to content

Commit

Permalink
清理问题调试
Browse files Browse the repository at this point in the history
  • Loading branch information
overtrue committed Nov 3, 2014
1 parent fdb56c0 commit bb52a7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ make_zip()
cd $ROOT_DIR && \
rm -f $2 && \
# tar zcf $2 laravel/*
cd laravel && git archive --format=tar HEAD | gzip $2
cd laravel && git archive --format=tar HEAD | gzip > $ROOT_DIR/$2
rm -rf laravel
echo "*** 打包完毕:$2 ***"
fi
Expand Down

0 comments on commit bb52a7f

Please sign in to comment.