diff options
-rw-r--r-- | bpkg/package-skeleton.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bpkg/package-skeleton.cxx b/bpkg/package-skeleton.cxx index f7047c7..6163d6c 100644 --- a/bpkg/package-skeleton.cxx +++ b/bpkg/package-skeleton.cxx @@ -2448,6 +2448,7 @@ namespace bpkg false /* match_only */, // Shouldn't matter. false /* no_external_modules */, false /* dry_run */, // Shouldn't matter. + false /* no_diag_buffer */, // Shouldn't matter. false /* keep_going */, // Shouldnt' matter. cmd_vars)); } |