six-updater 0.13.2 → 0.13.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/Rakefile +1 -1
- data/lib/six/updater.rb +1 -1
- data/lib/six/updater/mod.rb +1 -1
- metadata +1 -1
    
        data/Rakefile
    CHANGED
    
    
    
        data/lib/six/updater.rb
    CHANGED
    
    
    
        data/lib/six/updater/mod.rb
    CHANGED
    
    | @@ -208,7 +208,7 @@ module Six | |
| 208 208 | 
             
                        file = File.join(BASE_PATH, "#{@folder_str}.7z") unless File.exists?(file)
         | 
| 209 209 | 
             
                        if File.exists?(file)
         | 
| 210 210 | 
             
                          log.info "Found #{@folder_str}.7z, using it"
         | 
| 211 | 
            -
                          Six::Updater.zipcheck
         | 
| 211 | 
            +
                          #Six::Updater.zipcheck
         | 
| 212 212 | 
             
                          FileUtils.mkdir_p @path
         | 
| 213 213 | 
             
                          cmd = "7z x -o\"#{@path}\" \"#{file}\""
         | 
| 214 214 | 
             
                          log.debug cmd
         |