fix option test
This commit is contained in:
parent
935b698384
commit
562a1fc87d
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ module Backup
|
||||||
end
|
end
|
||||||
|
|
||||||
def gzip_cmd
|
def gzip_cmd
|
||||||
@gzip_cmd ||= if ENV['GZIP_RSYNCABLE'] = 'yes'
|
@gzip_cmd ||= if ENV['GZIP_RSYNCABLE'] == 'yes'
|
||||||
"gzip --rsyncable -c -1"
|
"gzip --rsyncable -c -1"
|
||||||
else
|
else
|
||||||
"gzip -c -1"
|
"gzip -c -1"
|
||||||
|
|
Loading…
Reference in a new issue