Merge pull request #21644 from nextcloud/bugfix/noid/typo-in-variable-name

Fix typo in variable name and make check more accurate
This commit is contained in:
Morris Jobke 2020-07-03 00:05:58 +02:00 committed by GitHub
commit d496c5c919
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/usr/bin/env bash
CHECK_DIR='../'
if ! [ "$SERVER_VERSION" ]; then
if [[ -d "$1" ]]; then
CHECK_DIR=$1
fi