aboutsummaryrefslogtreecommitdiff
path: root/bdep/git.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/git.ixx')
-rw-r--r--bdep/git.ixx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bdep/git.ixx b/bdep/git.ixx
index 0e3ee9f..379f392 100644
--- a/bdep/git.ixx
+++ b/bdep/git.ixx
@@ -6,7 +6,7 @@ namespace bdep
{
template <typename I, typename O, typename E, typename... A>
inline process
- start_git (const standard_version& min_ver,
+ start_git (const semantic_version& min_ver,
const dir_path& repo,
I&& in, O&& out, E&& err,
A&&... args)
@@ -25,7 +25,7 @@ namespace bdep
template <typename... A>
inline optional<string>
- git_line (const standard_version& min_ver,
+ git_line (const semantic_version& min_ver,
const dir_path& repo,
bool ie,
A&&... args)