fix typo in end-to-end-test run script output

Signed-off-by: Michael Weimann <mail@michael-weimann.eu>
This commit is contained in:
Michael Weimann 2021-01-31 09:53:15 +01:00
parent b24e64f6fe
commit 0660371461
No known key found for this signature in database
GPG Key ID: 34F0524D4DA694A1

View File

@ -12,7 +12,7 @@ fi
has_custom_app=$(node has-custom-app.js $@)
if [ ! -d "element/element-web" ] && [ $has_custom_app -ne "1" ]; then
echo "Please provide an instance of Element to test against by passing --element-url <url> or running $BASE_DIR/element/install.sh"
echo "Please provide an instance of Element to test against by passing --app-url <url> or running $BASE_DIR/element/install.sh"
exit 1
fi