Merge pull request #496 from davidgiven/fixes1

Fix regression with verification on writes.
This commit is contained in:
David Given
2022-03-15 20:13:24 +00:00
committed by GitHub

View File

@@ -68,6 +68,7 @@ int mainWrite(int argc, const char* argv[])
if (argc == 1)
showProfiles("write", formats);
config.mutable_flux_sink()->mutable_drive();
config.mutable_flux_source()->mutable_drive();
flags.parseFlagsWithConfigFiles(argc, argv, formats);
std::unique_ptr<ImageReader> reader(ImageReader::create(config.image_reader()));