Update test/end-to-end-tests/run.sh

pull/21833/head
Bruno Windels 2019-10-18 12:33:32 +00:00 committed by GitHub
parent e2e7303cc3
commit 3d15026da3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ BASE_DIR=$(cd $(dirname $0) && pwd)
pushd $BASE_DIR
if [ ! -d "synapse/installations" ] || [ ! -d "node_modules" ]; then
echo "please, first run $BASE_DIR/install.sh"
echo "Please first run $BASE_DIR/install.sh"
exit 1
fi