Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pwntester committed Sep 26, 2023
2 parents 35a938e + ffa4c4f commit 04334f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/octo/commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ function M.octo(object, action, ...)

local a = o[action]
if not a then
utils.error("Incorrect action: " .. action)
utils.error(action and "Incorrect action: " .. action or "No action specified")
return
else
a(...)
Expand Down

0 comments on commit 04334f0

Please sign in to comment.