Skip to content

Commit

Permalink
Fix date updating when setting tag
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanlukasczyk committed Feb 22, 2024
1 parent d4468d1 commit 1da1137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ checkengines = {"pdftex", "luatex"}

-- Detail how to set the version automatically
function update_tag(file, content, tagname, tagdate)
local tagdate = string.gsub(tagdate, "%-", "/")
-- local tagdate = string.gsub(tagdate, "%-", "/")
dict_tagdate = string.gsub(tagdate, "-", "/")

if string.match(file, "%.dtx$") then
Expand Down

0 comments on commit 1da1137

Please sign in to comment.