Skip to content

Commit

Permalink
Merge pull request zroger#13 from franzos/patch-1
Browse files Browse the repository at this point in the history
Fixed Issue zroger#12
  • Loading branch information
zroger authored Nov 27, 2016
2 parents 0f283ac + 287cc77 commit f92b521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/jekyll-minimagick.rb
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ def write(dest)

return false if File.exist? dest_path and !modified?

@@mtimes[path] = mtime
self.class.mtimes[path] = mtime

FileUtils.mkdir_p(File.dirname(dest_path))
image = ::MiniMagick::Image.open(path)
Expand Down

0 comments on commit f92b521

Please sign in to comment.