From b94b5381f68061121c22f2786ba1fa774f1ee6f6 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Sat, 30 Jul 2016 17:25:23 +0200 Subject: Convert to use canonical directory separators --- bpkg/rep-create.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bpkg/rep-create.cxx') diff --git a/bpkg/rep-create.cxx b/bpkg/rep-create.cxx index 323003b..2d682f8 100644 --- a/bpkg/rep-create.cxx +++ b/bpkg/rep-create.cxx @@ -180,7 +180,7 @@ namespace bpkg dir_path d (args.more () ? args.next () : "."); if (d.empty ()) - throw invalid_path (d.string ()); + throw invalid_path (d.representation ()); l4 ([&]{trace << "creating repository in " << d;}); -- cgit v1.1