aboutsummaryrefslogtreecommitdiff
path: root/bdep/fetch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bdep/fetch.cxx')
-rw-r--r--bdep/fetch.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/bdep/fetch.cxx b/bdep/fetch.cxx
index 26a0292..361b11a 100644
--- a/bdep/fetch.cxx
+++ b/bdep/fetch.cxx
@@ -20,7 +20,8 @@ namespace bdep
// Let's use the repository name rather than the location as a sanity
// check (the repository must have been added as part of init).
//
- run_bpkg (o,
+ run_bpkg (2,
+ o,
"fetch",
"-d", c->path,
(full ? nullptr : ("dir:" + prj.string ()).c_str ()));