]> source.dussan.org Git - sonarqube.git/commitdiff
[script] fix logs.sh
authorSébastien Lesaint <sebastien.lesaint@sonarsource.com>
Wed, 26 Sep 2018 09:30:37 +0000 (11:30 +0200)
committersonartech <sonartech@sonarsource.com>
Wed, 3 Oct 2018 07:28:20 +0000 (09:28 +0200)
scripts/logs.sh

index d7c567a6a318897fd76162c0607da438b4ee8406..e0f7ed8b468162d092324716cddcf6fd5f0a8431 100755 (executable)
@@ -87,7 +87,7 @@ if [ "$script_name" = "logs.sh" ]; then
     esac
   done
 
-  checkEditionArgument "$EDITION"
+  checkEdition "$EDITION"
   checkLogArgument "$LOG"
 
   SQ_HOME_WILDCARD="$(distributionDirOf "$EDITION")/sonarqube-*"