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 c31b197..86ce5da 100644
--- a/bpkg/cfg-create.cxx
+++ b/bpkg/cfg-create.cxx
@@ -122,7 +122,7 @@ namespace bpkg
{
// Assemble the build2 create meta-operation parameters.
//
- string params ("'" + c.representation () + "'");
+ string params ('\'' + c.representation () + '\'');
if (!mods.empty ())
{
params += ',';