Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
iandol committed Nov 3, 2023
1 parent fa388a0 commit 97fedb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scrivomatic
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ class Scrivomatic
texPath = options.input.gsub(/#{@fileext}$/, '.tex')
texFile = texPath.gsub(/\\+/, '')
if File.exist?(texFile)
puts "\n===------ Delte OLD TeX File: #{texFile}: ------===" if @options[:verbose] == true
puts "\n===------ Delete OLD TeX File: #{texFile}: ------===" if @options[:verbose] == true
system("latexmk -quiet -c #{texFile} >/dev/null 2>&1")
File.delete(texFile)
end
Expand Down

0 comments on commit 97fedb2

Please sign in to comment.