Skip to content

Commit

Permalink
Fix options
Browse files Browse the repository at this point in the history
  • Loading branch information
malomalo committed Sep 19, 2023
1 parent 5ed069d commit dd5df81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/bob_ross/plugins/pdf.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ def self.extract_transformations(transformation_string)
when 'R'
# 3 - Page 3
if match[2] =~ /\A\d+\z/
transformations << { page: match[2] }
transformations << [:page, match[2]]
else
break
end
Expand Down

0 comments on commit dd5df81

Please sign in to comment.