Skip to content

Commit ec8ba38

Browse files
committed
fix(rs): typo
1 parent 544cc96 commit ec8ba38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rs/src/modules/security.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ fn create_patch(config: Option<&MWUtilConfig>, args: CreatePatchArgs) -> anyhow:
6262
}
6363
let branch_name = String::from_utf8(output.stdout)?.trim().to_string();
6464
if branch_name.is_empty() {
65-
bail!("Current brancch name is empty (detached HEAD?). Please provide --name.");
65+
bail!("Current branch name is empty (detached HEAD?). Please provide --name.");
6666
}
6767
println!("No patch name provided. Current branch: {branch_name}");
6868
if args.use_branch_name {

0 commit comments

Comments
 (0)