Skip to content

Commit 2a72807

Browse files
committed
Merge branch 'ak/protect-any-current-branch'
* ak/protect-any-current-branch: branch: missing space fix at line 313
2 parents c9c0828 + 68d924e commit 2a72807

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

branch.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -310,7 +310,7 @@ int validate_new_branchname(const char *name, struct strbuf *ref, int force)
310310
worktrees = get_worktrees();
311311
wt = find_shared_symref(worktrees, "HEAD", ref->buf);
312312
if (wt && !wt->is_bare)
313-
die(_("cannot force update the branch '%s'"
313+
die(_("cannot force update the branch '%s' "
314314
"checked out at '%s'"),
315315
ref->buf + strlen("refs/heads/"), wt->path);
316316
free_worktrees(worktrees);

0 commit comments

Comments
 (0)