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.cxx5
1 files changed, 2 insertions, 3 deletions
diff --git a/bpkg/cfg-create.cxx b/bpkg/cfg-create.cxx
index 04d97f4..c55623a 100644
--- a/bpkg/cfg-create.cxx
+++ b/bpkg/cfg-create.cxx
@@ -75,10 +75,9 @@ namespace bpkg
// Run quiet. Use path representation to get canonical trailing slash.
//
run_b (o,
- c,
- "create('" + c.representation () + "'" + mods + ")",
verb_b::quiet,
- vars);
+ vars,
+ "create('" + c.representation () + "'" + mods + ")");
// Create .bpkg/ and its subdirectories.
//