dir: Reload remote state after migrating config

Fixes https://github.com/flatpak/flatpak/issues/3496
This commit is contained in:
Matthew Leeds
2020-03-30 14:07:46 -07:00
parent e7fd267ac7
commit 8571111e13

View File

@@ -3146,7 +3146,7 @@ flatpak_dir_migrate_config (FlatpakDir *self,
}
if (changed != NULL)
*changed = FALSE;
*changed = TRUE;
}
return TRUE;