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 bc58e61 commit 74a792eCopy full SHA for 74a792e
1 file changed
rust/patchable/README.md
@@ -200,7 +200,7 @@ cargo patchable checkout druid 26.0.0
200
cargo patchable init version druid 28.0.0 --upstream https://github.com/apache/druid.git --base druid-28.0.0
201
202
# Create and go to the worktree for the new version
203
-pushd $(cargo patchable checkout hadoop/hadoop 3.5.0)
+pushd $(cargo patchable checkout druid 28.0.0)
204
205
# Cherry pick the old patch series
206
git cherry-pick patchable/base/26.0.0..patchable/26.0.0
0 commit comments