Skip to content

Commit

Permalink
Space
Browse files Browse the repository at this point in the history
  • Loading branch information
Pandoks committed Oct 15, 2023
1 parent 96451b1 commit 4a794c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ local function selfControl()
elseif string.match(std_error, "Blocklist is empty, or block does not end in the future") then
local block_file_attributes = hs.fs.attributes(block_file)
if not (block_file_attributes and block_file_attributes["mode"] == "file") then
error("Blocklist file " .. block_file .. "does not exist or has an error")
error("Blocklist file " .. block_file .. " does not exist or has an error")
else
error("End date ends in the past")
end
Expand Down

0 comments on commit 4a794c3

Please sign in to comment.