diff --git a/tools/make-release-packages.sh b/tools/make-release-packages.sh index 3063f683d6a..d506b938704 100755 --- a/tools/make-release-packages.sh +++ b/tools/make-release-packages.sh @@ -39,7 +39,7 @@ done; # Copy remaining files, preserving date/permissions # But resolving symlinks -cp -rpfL {config,vthook,web,examples} "${RELEASE_DIR}/" +cp -rpfL {config,vthook,examples} "${RELEASE_DIR}/" echo "Follow the binary installation instructions at: https://vitess.io/docs/get-started/local/" > "${RELEASE_DIR}"/README.md