Skip to content

Commit e388614

Browse files
committed
wappalzyer directory change
1 parent ee38e9b commit e388614

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Diff for: bin/loadrepo.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -208,9 +208,9 @@
208208
sys.stdout.write("DEBUG: repo %s copy from '%s' to '%s' (%s)\n" % (repo_handle, str(srcpath), dstpath, shortpath))
209209

210210
imgurl = args.cdnprefix + shortpath
211-
elif args.provider == 'github':
211+
elif repodata['provider'] == 'github':
212212
imgurl = "https://raw.githubusercontent.com/" + repodata["repo"] + "/" + repodata["branch"] + srcpath[len(gitdir):]
213-
elif args.provider == 'gitlab':
213+
elif repodata['provider'] == 'gitlab':
214214
imgurl = "https://gitlab.svg.zone/" + repodata["repo"] + "/raw/" + repodata["branch"] + srcpath[len(gitdir):]
215215

216216
images.append({

Diff for: data/sources.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@
3535
handle: wappalyzer
3636
repo: AliasIO/Wappalyzer
3737
branch: master
38-
directory: src/icons
38+
directory: src/drivers/webextension/images/icons
3939
website: 'https://www.wappalyzer.com/'
4040
logo: 'https://www.vectorlogo.zone/logos/wappalyzer/wappalyzer-icon.svg'
4141

0 commit comments

Comments
 (0)