Skip to content

Commit

Permalink
mrpacks export both client and server
Browse files Browse the repository at this point in the history
  • Loading branch information
encode42 committed May 30, 2023
1 parent e7cca40 commit 86601b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/command/export.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export const exportCommand: Command = {
"action": async (platform, options) => {
switch (platform) {
case "modrinth": {
await exportWrapper("Modrinth", exportModrinth, options.side);
await exportWrapper("Modrinth", exportModrinth, "both");
break;
}

Expand Down

0 comments on commit 86601b8

Please sign in to comment.