Skip to content

Commit 6ef9688

Browse files
committed
Bad require on the Tir util.
1 parent 3ff81f0 commit 6ef9688

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/site/gensite.lua

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ local tir = require 'tir.view'
22
local markdown = require 'markdown'
33
local posix = require 'posix'
44
local json = require 'json'
5+
require 'tir.util'
56

67

78
local Generator = {

0 commit comments

Comments
 (0)