From: Sébastien Lesaint Date: Wed, 26 Sep 2018 09:30:37 +0000 (+0200) Subject: [script] fix logs.sh X-Git-Tag: 7.5~417 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ade9096666b24dac7a60ec294393bdc9421fe49d;p=sonarqube.git [script] fix logs.sh --- 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-*"