Skip to content

Commit

Permalink
chore: fix log simu configuration log (#83)
Browse files Browse the repository at this point in the history
  • Loading branch information
bastien-gatling authored Aug 10, 2023
1 parent 93861f0 commit da9fd05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/groovy/io/gatling/gradle/CommonLogMessage.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ final class CommonLogMessage {
builder.append(
"""To start directly the same simulation, add the following Gradle configuration:
|gatling.enterprise.simulationId "${simulation.id}"
|gatling.enterprispackageId "${simulation.pkgId}"
|gatling.enterprise.packageId "${simulation.pkgId}"
|Or specify -Dgatling.enterprissimulationId=${simulation.id} -Dgatling.enterprispackageId=${simulation.pkgId}
|
|""".stripMargin()
Expand Down

0 comments on commit da9fd05

Please sign in to comment.