diff options
Diffstat (limited to 'src/machine')
-rw-r--r-- | src/machine/image.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/machine/image.c b/src/machine/image.c index 8a119e5db7..46a216bbb7 100644 --- a/src/machine/image.c +++ b/src/machine/image.c @@ -243,7 +243,7 @@ int image_find(const char *name, Image **ret) { } if (streq(name, ".host")) - return image_make(NULL, AT_FDCWD, NULL, "/", ret); + return image_make(".host", AT_FDCWD, NULL, "/", ret); return 0; }; |