diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-07-28 13:56:39 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-07-28 13:56:39 +0200 |
commit | bee19e051ea565813588a532bfbae4ce0b2f4a71 (patch) | |
tree | 68a0d06ecd2df2ff660916b509d5e6341767c13d | |
parent | b89c31a331a4e465e5ce69194c02833924bf5678 (diff) |
Adjust to new path implementation
-rw-r--r-- | bpkg/rep-create.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/rep-create.cxx b/bpkg/rep-create.cxx index 16da164..323003b 100644 --- a/bpkg/rep-create.cxx +++ b/bpkg/rep-create.cxx @@ -279,7 +279,7 @@ namespace bpkg } catch (const invalid_path& e) { - error << "invalid path: '" << e.path () << "'"; + error << "invalid path: '" << e.path << "'"; throw failed (); } } |