Skip to content

Commit 408d35d

Browse files
committed
fix: correct the task name
1 parent 922948d commit 408d35d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/installer/minecraft.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ export function installByProfile(installProfile: InstallProfile, minecraft: Mine
610610
*/
611611
export function installByProfileTask(installProfile: InstallProfile, minecraft: MinecraftLocation, options: InstallProfileOption = {}) {
612612
normailzeDownloader(options);
613-
return task("install", async function install(context: Task.Context) {
613+
return task("installByProfile", async function install(context: Task.Context) {
614614
const minecraftFolder = MinecraftFolder.from(minecraft);
615615
const java = options.java || "java";
616616

0 commit comments

Comments
 (0)