mirror of https://github.com/vector-im/riot-web
fix typo in end-to-end-test run script output
Signed-off-by: Michael Weimann <mail@michael-weimann.eu>pull/21833/head
parent
b24e64f6fe
commit
0660371461
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue