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 99367df commit b295294Copy full SHA for b295294
src/checkout.c
@@ -1422,7 +1422,7 @@ static int blob_content_to_link(
1422
1423
if (data->can_symlink) {
1424
if ((error = p_symlink(git_buf_cstr(&linktarget), path)) < 0)
1425
- giterr_set(GITERR_OS, "Could not create symlink %s\n", path);
+ giterr_set(GITERR_OS, "Could not create symlink %s", path);
1426
} else {
1427
error = git_futils_fake_symlink(git_buf_cstr(&linktarget), path);
1428
}
0 commit comments