Skip to content

Commit

Permalink
fix l_version function call
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert McLay committed Feb 28, 2024
1 parent 1d1f6ab commit e4ab763
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spider.in.lua
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@ function main()
local hub = Hub:singleton(false)

if (optionTbl.version) then
io.stderr:write(version())
io.stderr:write(l_version())
os.exit(0)
end

Expand Down

0 comments on commit e4ab763

Please sign in to comment.