diff options
Diffstat (limited to 'scripts/logs.sh')
-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 24a7a5e26a7..a553c4d2ffb 100755 --- a/scripts/logs.sh +++ b/scripts/logs.sh @@ -78,7 +78,7 @@ if [ "$script_name" == "logs.sh" ]; then checkLogArgument "$LOG" ROOT=$(pwd) - cd sonar-application/target/sonarqube-* + cd sonar-application/build/distributions/sonarqube-* SQ_HOME=$(pwd) cd "$ROOT" |