Explorar o código

scripts: remove 2.0 Documentation from build-release

2.0 docs have been merged into the Documentation folder now.
Brandon Philips %!s(int64=11) %!d(string=hai) anos
pai
achega
d1f9f2f1b7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      scripts/build-release

+ 1 - 1
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 {