diff options
Diffstat (limited to 'bpkg/fetch-git.cxx')
-rw-r--r-- | bpkg/fetch-git.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/fetch-git.cxx b/bpkg/fetch-git.cxx index 80e9fba..bb39cc8 100644 --- a/bpkg/fetch-git.cxx +++ b/bpkg/fetch-git.cxx @@ -971,7 +971,7 @@ namespace bpkg const dir_path& dir, const string& commit) { - auto_fd dev_null (open_dev_null ()); + auto_fd dev_null (open_null ()); process pr (start_git (co, 1, // The output is suppressed by -e. |