We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ddf51 commit 2889b72Copy full SHA for 2889b72
src/checkout.c
@@ -1351,7 +1351,7 @@ static int blob_content_to_link(
1351
1352
if (data->can_symlink) {
1353
if ((error = p_symlink(git_buf_cstr(&linktarget), path)) < 0)
1354
- giterr_set(GITERR_OS, "Could not create symlink %s\n", path);
+ giterr_set(GITERR_OS, "Could not create symlink %s", path);
1355
} else {
1356
error = git_futils_fake_symlink(git_buf_cstr(&linktarget), path);
1357
}
0 commit comments