We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c953721 commit 8639137Copy full SHA for 8639137
1 file changed
installer.py
@@ -395,9 +395,9 @@ def list_packages(path, logger):
395
else:
396
logger = logging.getLogger('list_packages')
397
packages = {}
398
- path = path.lower()
399
found_files = []
400
if 'http' in path:
+ path = path.lower()
401
log.debug("Repo path is an HTTP url")
402
if 'github.com/' in path and path.endswith('releases'):
403
log.debug('Repo path is a github releases url. Looking for devlab packages in releases')
0 commit comments