diff --git a/download_element.sh b/download_element.sh index 735c975..7968d9e 100755 --- a/download_element.sh +++ b/download_element.sh @@ -23,7 +23,7 @@ branch=develop # Latest tagged release: #branch=$(curl -s https://api.github.com/repos/element-hq/element-web/tags | grep -oP '"name": "\K[^"]+' | head -n 1) -echo "Downloading latest version (${latest_version})" +echo "Downloading Element Web from branch '${branch}'" git clone --depth 1 --branch "${branch}" "${repository_url}" "${directory_name}" cd "${directory_name}" yarn