diff options
Diffstat (limited to 'bdep/status.cxx')
-rw-r--r-- | bdep/status.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/bdep/status.cxx b/bdep/status.cxx index 4aa3fe6..2b04f9d 100644 --- a/bdep/status.cxx +++ b/bdep/status.cxx @@ -28,7 +28,8 @@ namespace bdep // We do it in a separate command for the same reason as in sync. // if (fetch) - run_bpkg (o, + run_bpkg (3, + o, "fetch", "-d", cfg, "--shallow", @@ -37,7 +38,8 @@ namespace bdep // Don't show the hold status since the only packages that will normally // be held are the project's. But do show dependency constraints. // - run_bpkg (o, + run_bpkg (2, + o, "status", "-d", cfg, "--no-hold", |