Skip to content

Commit 0c7c928

Browse files
committed
small fix
1 parent eef5385 commit 0c7c928

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wrapper/repository_wrapper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ void repository_wrapper::create_commit(const signature_wrapper::author_committer
115115
const char* message_encoding = "UTF-8";
116116
git_oid commit_id;
117117

118-
std::string update_ref = "ḦEAD";
118+
std::string update_ref = "HEAD";
119119
auto parent = revparse_single(update_ref);
120120
std::size_t parent_count = 0;
121121
const git_commit* parents[1] = {nullptr};

0 commit comments

Comments
 (0)