fix: tags add comparison typo (#247)

pull/254/head
Sidney Wijngaarde 2 years ago committed by GitHub
parent 02943e5316
commit 8550253c66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -43,7 +43,7 @@ tags.modify = function(...)
if v == '-transform' or v == '-t' then
transflg = true
end
if v == '-add-options' or v = '-a' then
if v == '-add-options' or v == '-a' then
optsflg = true
optidx = i + 1
if arg[optidx] then

Loading…
Cancel
Save