diff options
author | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-03-27 16:48:19 +0200 |
---|---|---|
committer | Daniel Calviño Sánchez <danxuliu@gmail.com> | 2018-03-27 16:48:19 +0200 |
commit | c5cc1d80e6227d101a55a17d40f971e9833f50fa (patch) | |
tree | 20dc0d3eba7e57fd9c2bbf390c1295e42f7b27b4 /tests | |
parent | 709589f2dbe3ce49f3bd71e1531e723353ee631d (diff) | |
download | nextcloud-server-c5cc1d80e6227d101a55a17d40f971e9833f50fa.tar.gz nextcloud-server-c5cc1d80e6227d101a55a17d40f971e9833f50fa.zip |
Fix typo
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
Diffstat (limited to 'tests')
-rwxr-xr-x | tests/acceptance/run-local.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/acceptance/run-local.sh b/tests/acceptance/run-local.sh index e2270be3854..991e1b18ba8 100755 --- a/tests/acceptance/run-local.sh +++ b/tests/acceptance/run-local.sh @@ -151,7 +151,7 @@ composer install cd ../../ INSTALL_AND_CONFIGURE_SERVER_PARAMETERS="" -if [ "$NEXTCLOUD_SERVER_domain" != "$DEFAULT_NEXTCLOUD_SERVER_DOMAIN" ]; then +if [ "$NEXTCLOUD_SERVER_DOMAIN" != "$DEFAULT_NEXTCLOUD_SERVER_DOMAIN" ]; then INSTALL_AND_CONFIGURE_SERVER_PARAMETERS+="--nextcloud-server-domain $NEXTCLOUD_SERVER_DOMAIN" fi |