trivial: Fix typo in previous commit

This commit is contained in:
Colin Walters 2014-11-25 13:47:54 -05:00
parent 12187994e2
commit 387ee4cd65

View File

@ -302,7 +302,7 @@ _ostree_bootloader_grub2_write_config (OstreeBootloader *bootloader,
gs_free char *grub2_mkconfig_chroot = NULL;
if (ostree_sysroot_get_booted_deployment (self->sysroot) == NULL
&& g_file_has_parent (self->sysroot->path))
&& g_file_has_parent (self->sysroot->path, NULL))
{
gs_unref_ptrarray GPtrArray *deployments = NULL;
OstreeDeployment *tool_deployment;