From e67f77c36d599680067624f082799ebcc5d0146c Mon Sep 17 00:00:00 2001 From: cinder <> Date: Thu, 4 Apr 2024 00:25:29 -0700 Subject: [PATCH] whoops --- boot.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot.lua b/boot.lua index 2fdb73a..fd46a9d 100644 --- a/boot.lua +++ b/boot.lua @@ -29,7 +29,7 @@ if data == '' then bootfs = unique(bootfs, nil, 'bootable filesystem') else local ty, err = ct(data) - if not ty then bail('bootfs %s absent', data) + if not ty then bail('bootfs %s absent', data) end if ty ~= 'filesystem' then bail('bootfs %s is a %s', data, ty) end bootfs = data end