aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-disfigure.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-disfigure.cxx')
-rw-r--r--bpkg/pkg-disfigure.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/pkg-disfigure.cxx b/bpkg/pkg-disfigure.cxx
index d9ed811..48e54ba 100644
--- a/bpkg/pkg-disfigure.cxx
+++ b/bpkg/pkg-disfigure.cxx
@@ -82,7 +82,7 @@ namespace bpkg
throw;
}
- p->out_root = optional<dir_path> ();
+ p->out_root = nullopt;
p->state = state::unpacked;
db.update (p);