Skip to content

Commit dd74dfb

Browse files
committed
Fix typo
1 parent 99293ec commit dd74dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootloader/src/bootloader.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ local function execute_bootloader(entry, options, completed_bootloaders)
174174

175175
return {
176176
status = "error",
177-
message = "Dependencies not met: " .. tostring(err)or_message,
177+
message = "Dependencies not met: " .. tostring(error_message),
178178
duration = 0
179179
}
180180
end

0 commit comments

Comments
 (0)