diff options
author | Sébastien Lesaint <sebastien.lesaint@sonarsource.com> | 2018-09-26 11:30:37 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2018-10-03 09:28:20 +0200 |
commit | ade9096666b24dac7a60ec294393bdc9421fe49d (patch) | |
tree | 89951d993e41beaba08d812a71b01ff03b5bd8fc /scripts | |
parent | b5691a997dfed76185373c34211a2456c9fd9c6d (diff) | |
download | sonarqube-ade9096666b24dac7a60ec294393bdc9421fe49d.tar.gz sonarqube-ade9096666b24dac7a60ec294393bdc9421fe49d.zip |
[script] fix logs.sh
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/logs.sh | 2 |
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-*" |