diff --git a/libimagstorestdhook/src/vcs/git/error.rs b/libimagstorestdhook/src/vcs/git/error.rs index e4bdb3ae..9f006a03 100644 --- a/libimagstorestdhook/src/vcs/git/error.rs +++ b/libimagstorestdhook/src/vcs/git/error.rs @@ -15,6 +15,7 @@ generate_error_module!( RepositoryBackendError => "Error in the git library", RepositoryBranchError => "Error while interacting with git branch(es)", RepositoryBranchNameFetchingError => "Error while fetching branch name", + RepositoryWrongBranchError => "Error because repository is on wrong branch", RepositoryIndexFetchingError => "Error while fetching Repository Index", RepositoryIndexWritingError => "Error while writing Repository Index", RepositoryPathAddingError => "Error while adding Path to Index",