Skip to content

Commit

Permalink
[CodeFactor] Apply fixes to commit 963a738
Browse files Browse the repository at this point in the history
[ci skip] [skip ci]
  • Loading branch information
code-factor committed Aug 22, 2021
1 parent 963a738 commit 9d9a373
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions core/latte.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,15 +54,15 @@ def self.getPkgfile

def self.downloadLatest
file = IniFile.load("/tmp/#{$query}.ini")
puts "loaded file"
puts 'loaded file'
data = file['package']
puts 'Release URL:'
puts data['Release']
@RURL = data['Release']
system("wget #{@RURL}")
#rescue
#abort("an error ocured")
#exit 1
# rescue
# abort("an error ocured")
# exit 1
end
end
FileUtils.touch('info.log')
Expand Down

0 comments on commit 9d9a373

Please sign in to comment.