Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkgbasify.lua
Original file line number Diff line number Diff line change
Expand Up @@ -531,7 +531,7 @@ local function check_disk_space()
else
print([[
Less than 5GiB space available on the root filesystem.
It is recommended to have at lest 5GiB available before conversion as pkg does
It is recommended to have at least 5GiB available before conversion as pkg does
not detect and handle insufficient space gracefully during installation.
]])
return prompt_yn("Continue despite possibly insufficient disk space?")
Expand Down