Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
atomfrede committed Dec 16, 2023
1 parent d8d1996 commit 92bcd66
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion generators/gatling/generator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export default class GatlingGenerator extends BaseApplicationGenerator {
source.addGradleBuildSrcCatalogVersion?.({ name: 'gatling', version: javaDependencies?.gatling });
source.addGradleBuildSrcDependency?.({
groupId: 'gradle.plugin.io.gatling.gradle',
artifactId: 'gatling-gradle-plugi',
artifactId: 'gatling-gradle-plugin',
// eslint-disable-next-line no-template-curly-in-string
version: '${libs.versions.gatling.plugin.get()}',
scope: 'implementation',
Expand Down

0 comments on commit 92bcd66

Please sign in to comment.