From 0660371461ebac6f811fabaf857f42e587110ed6 Mon Sep 17 00:00:00 2001 From: Michael Weimann Date: Sun, 31 Jan 2021 09:53:15 +0100 Subject: [PATCH] fix typo in end-to-end-test run script output Signed-off-by: Michael Weimann --- test/end-to-end-tests/run.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/end-to-end-tests/run.sh b/test/end-to-end-tests/run.sh index 4421bddc34..f1aa6729b5 100755 --- a/test/end-to-end-tests/run.sh +++ b/test/end-to-end-tests/run.sh @@ -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 or running $BASE_DIR/element/install.sh" + echo "Please provide an instance of Element to test against by passing --app-url or running $BASE_DIR/element/install.sh" exit 1 fi