aboutsummaryrefslogtreecommitdiff
path: root/bpkg/types-parsers.cxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2018-03-19 12:41:47 +0200
committerKaren Arutyunov <karen@codesynthesis.com>2018-04-19 19:39:55 +0300
commit33e31295462764ff2d95c361e877a460026efbf0 (patch)
tree92d68b3271347399df8b300e03352f939d70c98e /bpkg/types-parsers.cxx
parentf02e85435d2b2bebc1fad6ef4b65227011fdcc0a (diff)
Add support for package-specific options in pkg-build
Diffstat (limited to 'bpkg/types-parsers.cxx')
-rw-r--r--bpkg/types-parsers.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/types-parsers.cxx b/bpkg/types-parsers.cxx
index b414bb3..e6da01e 100644
--- a/bpkg/types-parsers.cxx
+++ b/bpkg/types-parsers.cxx
@@ -79,7 +79,7 @@ namespace bpkg
try
{
- x = to_repository_type(v);
+ x = to_repository_type (v);
}
catch (const invalid_argument&)
{