summaryrefslogtreecommitdiff
path: root/src/worktree.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/worktree.c')
-rw-r--r--src/worktree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/worktree.c b/src/worktree.c
index ea5a403c0..5b1e2794b 100644
--- a/src/worktree.c
+++ b/src/worktree.c
@@ -262,7 +262,7 @@ int git_worktree_validate(const git_worktree *wt)
if (!git_path_exists(wt->worktree_path)) {
git_error_set(GIT_ERROR_WORKTREE,
- "worktree directory ('%s') does not exist ",
+ "worktree directory '%s' does not exist",
wt->worktree_path);
return GIT_ERROR;
}