Skip to content

Commit

Permalink
XXX
Browse files Browse the repository at this point in the history
  • Loading branch information
tstellar committed Jul 8, 2022
1 parent 274d03c commit 04c4ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/utils/release/github-upload-release.py
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ def upload_files(repo, release, files):
args = parser.parse_args()

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

if args.command == 'create':
create_release(llvm_repo, args.release)
Expand Down

0 comments on commit 04c4ab0

Please sign in to comment.