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 61d1ef8..09d8e79 100644
--- a/bpkg/cfg-create.cxx
+++ b/bpkg/cfg-create.cxx
@@ -269,7 +269,7 @@ namespace bpkg
vars,
o.existing (),
o.wipe (),
- o.config_uuid_specified () ? o.config_uuid () : optional<uuid> (),
+ o.uuid_specified () ? o.uuid () : optional<uuid> (),
(o.host_config_specified ()
? o.host_config ()
: optional<dir_path> ()),