From 050b7fe4dff8190fad75a6577a4641d93053719b Mon Sep 17 00:00:00 2001 From: Resynth Date: Fri, 17 Jul 2020 11:54:22 +0000 Subject: [PATCH] Update scripts/docker-link-repos.sh Co-authored-by: J. Ryan Stinnett --- scripts/docker-link-repos.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/docker-link-repos.sh b/scripts/docker-link-repos.sh index c6a1e0e1..cf824d87 100644 --- a/scripts/docker-link-repos.sh +++ b/scripts/docker-link-repos.sh @@ -34,6 +34,6 @@ yarn link matrix-js-sdk yarn --network-timeout=100000 install cd ../ -echo "Setting up Element with react-sdk and js-sdk packages" +echo "Setting up element-web with react-sdk and js-sdk packages" yarn link matrix-js-sdk yarn link matrix-react-sdk