Skip to content

Commit

Permalink
Merge pull request #148 from mablanco/master
Browse files Browse the repository at this point in the history
Show error when downloading signatures instead of generic message
  • Loading branch information
Neo23x0 authored Jul 7, 2020
2 parents 14b130f + 5885a69 commit e8d1ef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion loki-upgrader.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class LOKIUpdater(object):

UPDATE_URL_SIGS = [
"https://github.com/Neo23x0/signature-base/archive/master.zip",
"https://github.com/reversinglabs/reversinglabs-yara-rules/archive/master.zip"
"https://github.com/reversinglabs/reversinglabs-yara-rules/archive/develop.zip"
]

UPDATE_URL_LOKI = "https://api.github.com/repos/Neo23x0/Loki/releases/latest"
Expand Down

0 comments on commit e8d1ef2

Please sign in to comment.