Skip to content

Commit 31a9a8f

Browse files
Fix usage on Heroku
On Heroku it is not sufficient to rely on the three environment variables being passed through.
1 parent b3156e2 commit 31a9a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/libreconv.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ def convert
8181
'LANG' => ENV['LANG']
8282
},
8383
*command,
84-
unsetenv_others: true
84+
unsetenv_others: false
8585
)
8686
if !status.success?
8787
raise ConversionFailedError,

0 commit comments

Comments
 (0)