diff options
-rw-r--r-- | bpkg/pkg-bindist.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/pkg-bindist.cxx b/bpkg/pkg-bindist.cxx index 939356e..5127f7e 100644 --- a/bpkg/pkg-bindist.cxx +++ b/bpkg/pkg-bindist.cxx @@ -481,7 +481,7 @@ namespace bpkg optional<bool> recursive_full; if (rec && *rec != recursive_mode::separate) - recursive_full = *rec != recursive_mode::full; + recursive_full = (*rec == recursive_mode::full); // Note that we pass type from here in case one day we want to provide // an option to specify/override it (along with languages). Note that |