aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-fetch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-fetch.cxx')
-rw-r--r--bpkg/pkg-fetch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/pkg-fetch.cxx b/bpkg/pkg-fetch.cxx
index ff04411..664c92f 100644
--- a/bpkg/pkg-fetch.cxx
+++ b/bpkg/pkg-fetch.cxx
@@ -296,7 +296,7 @@ namespace bpkg
p = pkg_fetch (o, c, t, move (n), move (v), o.replace ());
}
- if (verb)
+ if (verb && !o.no_result ())
{
if (!o.existing ())
text << "fetched " << *p;