Loading
Fix export_remote include metadata flag
We were passing 'false' to --export-metadata-files, but it was
considered True (non-zero length string), and the metadata was
always included in the export.
Co-authored-by:
Marius van den Beek <m.vandenbeek@gmail.com>