aboutsummaryrefslogtreecommitdiff
path: root/bpkg/cfg-create.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/cfg-create.cxx')
-rw-r--r--bpkg/cfg-create.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/cfg-create.cxx b/bpkg/cfg-create.cxx
index 70d8848..8fd3a05 100644
--- a/bpkg/cfg-create.cxx
+++ b/bpkg/cfg-create.cxx
@@ -102,7 +102,7 @@ namespace bpkg
db.persist (repository (repository_location ()));
t.commit ();
- if (verb)
+ if (verb && !o.no_result ())
{
c.complete ().normalize ();
text << "created new configuration in " << c;