We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69ce192 commit c2ace14Copy full SHA for c2ace14
1 file changed
rust/patchable/README.md
@@ -135,7 +135,7 @@ cargo patchable checkout druid 26.0.0
135
136
# Tell Patchable about the new version 28.0.0, which can be fetched from
137
# 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
+cargo patchable init version druid 28.0.0 --upstream https://github.com/apache/druid.git --base druid-28.0.0
139
140
# Create and go to the worktree for the new version
141
pushd $(cargo patchable checkout druid 28.0.0)
0 commit comments