Skip to content

Commit

Permalink
Update builder.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Gary Edgar authored Feb 22, 2019
1 parent eef47a7 commit 818a90b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/builder.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down

0 comments on commit 818a90b

Please sign in to comment.