Skip to content

Commit e2bbc1b

Browse files
fix: change Output to Directory
1 parent 02b1f20 commit e2bbc1b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/cli/src/commands/download.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ export const downloadCommand = new Command("download")
8787
title: "law2md — Download Summary",
8888
rows: [
8989
["Release Point", options.releasePoint],
90-
["Output", relative(process.cwd(), outputDir) || outputDir],
90+
["Directory", relative(process.cwd(), outputDir) || outputDir],
9191
],
9292
});
9393
process.stdout.write(output);

0 commit comments

Comments
 (0)