Skip to content

Commit 28d8a9e

Browse files
committed
Use big D
1 parent b2c1b12 commit 28d8a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/git.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ func ReadBranchConfig(branch string) (cfg BranchConfig) {
204204
}
205205

206206
func DeleteLocalBranch(branch string) error {
207-
configCmd := GitCommand("branch", "-d", branch)
207+
configCmd := GitCommand("branch", "-D", branch)
208208
_, err := run.PrepareCmd(configCmd).Output()
209209
return err
210210
}

0 commit comments

Comments
 (0)