Skip to content

Commit

Permalink
scripts: build-release add etcd-migrate
Browse files Browse the repository at this point in the history
this tool is only temporary for the alphas but make sure it makes it in.
  • Loading branch information
Brandon Philips committed Nov 19, 2014
1 parent a817ca7 commit d2e36a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-release
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d2e36a9

Please sign in to comment.