Skip to content

Commit

Permalink
I can't spell
Browse files Browse the repository at this point in the history
  • Loading branch information
shedaniel committed May 3, 2024
1 parent 56e6b2c commit 404989c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ public final class MethodInheritanceMappingsMigrator implements MappingsMigrator

@Override
public long setup(Project project, MinecraftProvider minecraftProvider, Path cache, Path rawMappings, boolean hasSrg, boolean hasMojang) throws IOException {
Path cacheFile = cache.resolve("method-inhertiance-migrator.json");
Path cacheFile = cache.resolve("method-inheritance-migrator.json");

if (!minecraftProvider.refreshDeps() && Files.exists(cacheFile)) {
try (BufferedReader reader = Files.newBufferedReader(cacheFile)) {
Expand Down

0 comments on commit 404989c

Please sign in to comment.