update release script with new directory structure

This commit is contained in:
Lex Berezhny 2020-01-06 12:18:26 -05:00
parent e9992ed6b4
commit 6ddde88389

View file

@ -117,7 +117,7 @@ class Version:
def release(args):
gh = get_github()
repo = gh.repository('lbryio', 'lbry-sdk')
version_file = repo.file_contents('lbry/lbry/__init__.py')
version_file = repo.file_contents('lbry/__init__.py')
if not args.confirm:
print("\nDRY RUN ONLY. RUN WITH --confirm TO DO A REAL RELEASE.\n")