aboutsummaryrefslogtreecommitdiff
path: root/bpkg/utility.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/utility.cxx')
-rw-r--r--bpkg/utility.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/utility.cxx b/bpkg/utility.cxx
index c6f2fae..b78ee9b 100644
--- a/bpkg/utility.cxx
+++ b/bpkg/utility.cxx
@@ -94,7 +94,7 @@ namespace bpkg
}
catch (io_error&)
{
- fail << "unable to read y/n answer from stdin";
+ fail << "unable to read y/n answer from stdin" << endf;
}
}