Skip to content

Commit

Permalink
tests passed
Browse files Browse the repository at this point in the history
  • Loading branch information
lleirborras committed Jul 20, 2011
1 parent ce83af3 commit 1fd145a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 1 addition & 0 deletions README.md
Expand Up @@ -85,6 +85,7 @@ Compressors

- Gzip
- Bzip2
- Lzma

[Compressors Wiki Page](https://github.com/meskyanichi/backup/wiki/Compressors)

Expand Down
3 changes: 1 addition & 2 deletions lib/backup/compressor/lzma.rb
Expand Up @@ -33,8 +33,7 @@ def initialize(&block)
# Performs the compression of the packages backup file
def perform!
log!
p "#{ utility(:lzma) } #{ options } '#{ Backup::Model.file }'"
p run("#{ utility(:lzma) } #{ options } '#{ Backup::Model.file }'")
run("#{ utility(:lzma) } #{ options } '#{ Backup::Model.file }'")
Backup::Model.extension += '.lzma'
end

Expand Down

0 comments on commit 1fd145a

Please sign in to comment.