Skip to content

Commit 04c4ab0

Browse files
committed
XXX
1 parent 274d03c commit 04c4ab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/utils/release/github-upload-release.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ def upload_files(repo, release, files):
6969
args = parser.parse_args()
7070

7171
github = github.Github(args.token)
72-
llvm_repo = github.get_organization('tstellar').get_repo('llvm-project')
72+
llvm_repo = github.get_repo('tstellar/llvm-project')
7373

7474
if args.command == 'create':
7575
create_release(llvm_repo, args.release)

0 commit comments

Comments
 (0)