Skip to content

Commit

Permalink
Merge pull request #74 from minicomp/bug/simple-derivative-path
Browse files Browse the repository at this point in the history
prepend slash in simple img path
  • Loading branch information
mnyrop authored Jun 12, 2021
2 parents 3981fb4 + c755082 commit 5fab1ac
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 44 deletions.
42 changes: 0 additions & 42 deletions CHANGELOG.md

This file was deleted.

2 changes: 1 addition & 1 deletion lib/wax_tasks/collection/images.rb
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ def write_simple_derivatives
next if File.exist? path

d.img.write path
item.record.set d.label, path if item.record?
item.record.set d.label, "/#{path}" if item.record?
end
bar.increment!
bar.write
Expand Down
2 changes: 1 addition & 1 deletion lib/wax_tasks/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module WaxTasks
VERSION = '1.1.2'
VERSION = '1.1.3'
end

0 comments on commit 5fab1ac

Please sign in to comment.