Skip to content

Commit

Permalink
Update create_feedstocks.py
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Aug 17, 2021
1 parent 1b49601 commit 288e0d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis_scripts/create_feedstocks.py
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ def write_token(name, token):
subprocess.check_call(
['conda', 'smithy', 'register-github', feedstock_dir]
+ owner_info
+ ['--extra-admin-users', gh_travis.get_user().loging]
+ ['--extra-admin-users', gh_travis.get_user().login]
)
print_rate_limiting_info(gh_drone, 'GH_DRONE_TOKEN')

Expand Down

0 comments on commit 288e0d5

Please sign in to comment.