Skip to content

Commit

Permalink
Fix EnvironmentPluginLocator name
Browse files Browse the repository at this point in the history
  • Loading branch information
Yeregorix committed May 9, 2024
1 parent 4064185 commit acad1f1
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -53,7 +53,7 @@ protected ModFileOrException createMod(Path path) {

@Override
public String name() {
return "plugin classpath";
return "environment plugin";
}

@Override
Expand Down

0 comments on commit acad1f1

Please sign in to comment.