summaryrefslogtreecommitdiffstats
path: root/src/guestfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/guestfs.c')
-rw-r--r--src/guestfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/guestfs.c b/src/guestfs.c
index 20fafc12..0b562537 100644
--- a/src/guestfs.c
+++ b/src/guestfs.c
@@ -1158,7 +1158,7 @@ build_supermin_appliance (guestfs_h *g, const char *path,
snprintf (cmd, sizeof cmd,
"PATH='%s':$PATH "
- "guestfs-supermin-helper '%s' %s %s",
+ "libguestfs-supermin-helper '%s' %s %s",
path,
path, *kernel, *initrd);