Update branch prefix.

This commit is contained in:
tastytea 2020-07-01 10:17:32 +02:00
parent 62ebbdbf0d
commit 8af8115e24
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ void clone()
uint64_t get_last_id()
{
constexpr string_view branch_prefix{"from-web-"};
constexpr string_view branch_prefix{"web-"};
uint64_t id{0};
git_branch_iterator *it;