aboutsummaryrefslogtreecommitdiff
path: root/bdep/project-email.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/project-email.cxx')
-rw-r--r--bdep/project-email.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bdep/project-email.cxx b/bdep/project-email.cxx
index 2b836f2..6216d28 100644
--- a/bdep/project-email.cxx
+++ b/bdep/project-email.cxx
@@ -27,7 +27,7 @@ namespace bdep
// See if this is a VCS repository we recognize.
//
- if (git (prj))
+ if (git_repository (prj))
{
// In git the author email can be specified with the GIT_AUTHOR_EMAIL
// environment variable after which things fall back to the committer