Skip to content

Commit

Permalink
Match executed command to documentation (#46)
Browse files Browse the repository at this point in the history
Use org.openrewrite.jenkins.github.AddTeamToCodeowners
since the lead-in text says that and that is a more likely
needed refactoring than the deprecated API replacement.
  • Loading branch information
MarkEWaite authored Aug 27, 2023
1 parent e8741c7 commit 0fcf399
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ To run the `org.openrewrite.jenkins.github.AddTeamToCodeowners` recipe:
```shell
$ mvn -U org.openrewrite.maven:rewrite-maven-plugin:run \
-Drewrite.recipeArtifactCoordinates=org.openrewrite.recipe:rewrite-jenkins:RELEASE \
-Drewrite.activeRecipes=org.openrewrite.jenkins.migrate.hudson.UtilGetPastTimeStringToGetTimeSpanString
-Drewrite.activeRecipes=org.openrewrite.jenkins.github.AddTeamToCodeowners
```

[mvn-cli]: https://docs.openrewrite.org/running-recipes/running-rewrite-on-a-maven-project-without-modifying-the-build
Expand Down

0 comments on commit 0fcf399

Please sign in to comment.