diff options
Diffstat (limited to 'lib/alaveteli_text_masker.rb')
-rw-r--r-- | lib/alaveteli_text_masker.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/alaveteli_text_masker.rb b/lib/alaveteli_text_masker.rb index 520872980..0ba4fd2cf 100644 --- a/lib/alaveteli_text_masker.rb +++ b/lib/alaveteli_text_masker.rb @@ -64,7 +64,7 @@ module AlaveteliTextMasker else command = ["pdftk", "-", "output", "-", "compress"] end - AlaveteliExternalCommand.run(*(command + [{:stdin_string=>text}])) + AlaveteliExternalCommand.run(*(command + [ :stdin_string => text ])) end # Replace text in place |