aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-ws-generator/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sonar-ws-generator/run.sh')
-rwxr-xr-xsonar-ws-generator/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-ws-generator/run.sh b/sonar-ws-generator/run.sh
index e79b51a3d34..71d3af84b58 100755
--- a/sonar-ws-generator/run.sh
+++ b/sonar-ws-generator/run.sh
@@ -7,4 +7,4 @@ set -euo pipefail
mvn clean package -Prun-ws-generator
java -Dorchestrator.configUrl=file://$* -jar target/sonar-ws-generator-*-SNAPSHOT-jar-with-dependencies.jar
-cp -R target/generated-sources/results/org/sonarqube/ws/client/* ../sonar-ws-generated/src/main/java/org/sonarqube/ws/client
+cp -R target/generated-sources/results/org/sonarqube/ws/client/* ../sonar-ws/src/main/java/org/sonarqube/ws/client