aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bpkg/rep-create.cxx2
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 ();
}
}