aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bpkg/fetch.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/fetch.cxx b/bpkg/fetch.cxx
index 1c9b623..734c261 100644
--- a/bpkg/fetch.cxx
+++ b/bpkg/fetch.cxx
@@ -304,7 +304,7 @@ namespace bpkg
getline (is, l);
is.close ();
- return pr.wait () && l.compare (0, 13, "usage: fetch ") == 0;
+ return l.compare (0, 13, "usage: fetch ") == 0;
}
catch (const ifdstream::failure&)
{