aboutsummaryrefslogtreecommitdiffstats
path: root/scripts
diff options
context:
space:
mode:
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>2018-09-26 11:30:37 +0200
committersonartech <sonartech@sonarsource.com>2018-10-03 09:28:20 +0200
commitade9096666b24dac7a60ec294393bdc9421fe49d (patch)
tree89951d993e41beaba08d812a71b01ff03b5bd8fc /scripts
parentb5691a997dfed76185373c34211a2456c9fd9c6d (diff)
downloadsonarqube-ade9096666b24dac7a60ec294393bdc9421fe49d.tar.gz
sonarqube-ade9096666b24dac7a60ec294393bdc9421fe49d.zip
[script] fix logs.sh
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/logs.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/logs.sh b/scripts/logs.sh
index d7c567a6a31..e0f7ed8b468 100755
--- a/scripts/logs.sh
+++ b/scripts/logs.sh
@@ -87,7 +87,7 @@ if [ "$script_name" = "logs.sh" ]; then
esac
done
- checkEditionArgument "$EDITION"
+ checkEdition "$EDITION"
checkLogArgument "$LOG"
SQ_HOME_WILDCARD="$(distributionDirOf "$EDITION")/sonarqube-*"