scripts: build-release add etcd-migrate

this tool is only temporary for the alphas but make sure it makes it in.
release-2.0
Brandon Philips 2014-11-19 12:10:06 -08:00
parent a817ca705b
commit d2e36a9535
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ function package {
if [ -d ${ccdir} ]; then
srcdir=${ccdir}
fi
for bin in etcd etcdctl; do
for bin in etcd etcdctl etcd-migrate; do
cp ${srcdir}/${bin} ${target}
done