Skip to content

Commit c2ace14

Browse files
committed
docs(patchable): Fix init command
1 parent 69ce192 commit c2ace14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/patchable/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ cargo patchable checkout druid 26.0.0
135135

136136
# Tell Patchable about the new version 28.0.0, which can be fetched from
137137
# https://github.com/apache/druid.git, and has the tag druid-28.0.0
138-
cargo patchable init druid 28.0.0 --upstream https://github.com/apache/druid.git --base druid-28.0.0
138+
cargo patchable init version druid 28.0.0 --upstream https://github.com/apache/druid.git --base druid-28.0.0
139139

140140
# Create and go to the worktree for the new version
141141
pushd $(cargo patchable checkout druid 28.0.0)

0 commit comments

Comments
 (0)