summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Walters <walters@verbum.org>2014-11-25 13:47:54 -0500
committerColin Walters <walters@verbum.org>2014-11-25 13:47:54 -0500
commit387ee4cd65141bc89c39fa5130016099425ab805 (patch)
tree7ef8f6e0228c652b85d092a59a48908590443d40
parent12187994e217eead0c105028a74f02d8a308c0b8 (diff)
downloadostree-387ee4cd65141bc89c39fa5130016099425ab805.tar.gz
trivial: Fix typo in previous commit
-rw-r--r--src/libostree/ostree-bootloader-grub2.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libostree/ostree-bootloader-grub2.c b/src/libostree/ostree-bootloader-grub2.c
index cb76e788..1542b4e2 100644
--- a/src/libostree/ostree-bootloader-grub2.c
+++ b/src/libostree/ostree-bootloader-grub2.c
@@ -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;