Skip to content

Commit e973477

Browse files
committed
contrib: Fix typo
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent d185f3d commit e973477

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

contrib/release.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ Dry run and review included files
4141
```
4242
cargo publish -p framework_lib --dry-run
4343
cargo publish -p framework_tool --dry-run
44-
cargo package list -p framework_lib
45-
cargo package list -p framework_tool
44+
cargo package --list -p framework_lib
45+
cargo package --list -p framework_tool
4646
```
4747

4848
Publish

0 commit comments

Comments
 (0)