From bee19e051ea565813588a532bfbae4ce0b2f4a71 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Thu, 28 Jul 2016 13:56:39 +0200 Subject: Adjust to new path implementation --- bpkg/rep-create.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (); } } -- cgit v1.1