diff options
-rw-r--r-- | bpkg/utility.cxx | 2 |
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; } } |