diff options
| author | Edward Thomson <ethomson@github.com> | 2020-11-21 22:06:03 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-21 22:06:03 +0000 |
| commit | c8fe4da3c575568c30665ecbd9dcbf33deadd88b (patch) | |
| tree | 49740b560c150ad127b83745d3f3220e2fc26b0e /src/worktree.c | |
| parent | 303b4c689477c3a3da1de6351c02db0368fe6625 (diff) | |
| download | libgit2-c8fe4da3c575568c30665ecbd9dcbf33deadd88b.tar.gz | |
Apply suggestions from code review
Diffstat (limited to 'src/worktree.c')
| -rw-r--r-- | src/worktree.c | 2 |
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; } |
