Skip to content

Commit

Permalink
[4269] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Cox committed Jul 18, 2024
1 parent e1df187 commit de608ea
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1213,7 +1213,7 @@ void activeByDefault() {
final String activeProfile = "foobar";
rewriteRun(recipeSpec -> {
final ExecutionContext context = new InMemoryExecutionContext();
// I don't think this is having the affect I want:(
// I don't think this is having the effect I want:(
recipeSpec.executionContext(
MavenExecutionContextView.view(context)
.setActiveProfiles(Collections.singletonList(activeProfile))
Expand Down

0 comments on commit de608ea

Please sign in to comment.