From d1f9f2f1b797709b7cee161015bda82f40bc7be0 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Wed, 28 Jan 2015 07:21:18 -0800 Subject: [PATCH] scripts: remove 2.0 Documentation from build-release 2.0 docs have been merged into the Documentation folder now. --- scripts/build-release | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build-release b/scripts/build-release index 563cfdd63..6f103f814 100755 --- a/scripts/build-release +++ b/scripts/build-release @@ -42,7 +42,7 @@ function package { cp etcd/README.md ${target}/README.md cp etcd/etcdctl/README.md ${target}/README-etcdctl.md - cp -R etcd/Documentation/2.0 ${target}/Documentation + cp -R etcd/Documentation ${target}/Documentation } function main {