Commit 562a1fc8 authored by Frederic Van Espen's avatar Frederic Van Espen

fix option test

parent 935b6983
......@@ -31,7 +31,7 @@ module Backup
end
def gzip_cmd
@gzip_cmd ||= if ENV['GZIP_RSYNCABLE'] = 'yes'
@gzip_cmd ||= if ENV['GZIP_RSYNCABLE'] == 'yes'
"gzip --rsyncable -c -1"
else
"gzip -c -1"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment