Skip to content

Commit 1d444db

Browse files
dervoetinightkr
andauthored
Update rust/patchable/src/main.rs
Co-authored-by: Natalie Klestrup Röijezon <[email protected]>
1 parent 3a64496 commit 1d444db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/patchable/src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ enum Cmd {
154154
/// Assume a mirror exists at stackabletech/<repo_name> and push the base ref to it.
155155
/// The mirror URL will be stored in patchable.toml, and used instead of the original upstream.
156156
#[clap(long)]
157-
mirrored: bool,
157+
mirror: bool,
158158
},
159159

160160
/// Shows the patch directory for a given product version

0 commit comments

Comments
 (0)