From 818a90bb8340c8261d675afe6cea146c89c3cebe Mon Sep 17 00:00:00 2001 From: Gary Edgar Date: Fri, 22 Feb 2019 01:29:17 -0800 Subject: [PATCH] Update builder.sh --- bin/builder.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/builder.sh b/bin/builder.sh index 13e1a2c..e5f84ab 100755 --- a/bin/builder.sh +++ b/bin/builder.sh @@ -63,8 +63,8 @@ done mkdir -p "${RELEASE_DIR}/web" cp -rpf "$HOME/go/src/vitess.io/vitess/web/." "${RELEASE_DIR}/web" -mkdir -p "${RELEASE_DIR}/examples/local" -cp -rpf "$HOME/go/src/vitess.io/vitess/examples/local/." "${RELEASE_DIR}/examples/local" +mkdir -p "${RELEASE_DIR}/examples" +cp -rpf "$HOME/go/src/vitess.io/vitess/examples/." "${RELEASE_DIR}/examples" cp "${DIR}/release_README.md" "${RELEASE_DIR}/README.md"