aboutsummaryrefslogtreecommitdiff
path: root/bpkg/pkg-fetch.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/pkg-fetch.cxx')
-rw-r--r--bpkg/pkg-fetch.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/bpkg/pkg-fetch.cxx b/bpkg/pkg-fetch.cxx
index 1e7072c..a5d216b 100644
--- a/bpkg/pkg-fetch.cxx
+++ b/bpkg/pkg-fetch.cxx
@@ -109,9 +109,9 @@ namespace bpkg
state::fetched,
move (a),
purge,
- optional<dir_path> (), // No source directory yet.
+ nullopt, // No source directory yet.
false,
- optional<dir_path> () // No output directory yet.
+ nullopt // No output directory yet.
});
db.persist (p);