From 6ddde883897b1e063c3161f4ebf8955e303f889c Mon Sep 17 00:00:00 2001 From: Lex Berezhny Date: Mon, 6 Jan 2020 12:18:26 -0500 Subject: [PATCH] update release script with new directory structure --- scripts/release.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/release.py b/scripts/release.py index 3735dbab6..84e67d8e8 100644 --- a/scripts/release.py +++ b/scripts/release.py @@ -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")