improve comment

This commit is contained in:
vyzo 2022-05-16 22:47:19 +03:00
parent 5981495740
commit e9ece8eb3f

View File

@ -23,6 +23,7 @@ type Bundle struct {
// Path is the (optional) bundle path; uses the appropriate release bundle if unset
Path string
// Devlopment indicates whether this is a development version; when set, in conjunction with path,
// it will always load the bundle to the blockstore
// it will always load the bundle to the blockstore, without recording the manifest CID in the
// datastore.
Development bool
}